InheritFromParentBiddingScheme データ オブジェクト - キャンペーン管理
親入札戦略の種類からの継承を表すオブジェクトを定義します。
これは、広告グループとキーワードの既定の入札戦略の種類です。 この入札戦略の種類を使用して、それぞれの親キャンペーンまたは広告グループの入札戦略の種類を継承します。
構文
<xs:complexType name="InheritFromParentBiddingScheme" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:BiddingScheme">
<xs:sequence>
<xs:element minOccurs="0" name="InheritedBidStrategyType" nillable="true" type="xs:string">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
要素
InheritFromParentBiddingScheme オブジェクトには、InheritedBidStrategyType という要素があります。
要素 | 説明 | データ型 |
---|---|---|
InheritedBidStrategyType | 親キャンペーンまたは広告グループから継承される入札スキームの種類 (入札戦略の種類)。 この値は、親キャンペーンまたは広告グループの BiddingScheme オブジェクトの Type 要素と等しくなります。 使用できる値には、 EnhancedCpc、 ManualCpc、 MaxClicks、 MaxConversions、 MaxConversionValue、 TargetCpa、 TargetImpressionShare、 TargetRoas などがあります。 今後、新しい入札戦略の種類が追加される可能性があるため、固定の値セットに依存しないようにしてください。 |
string |
InheritFromParentBiddingScheme オブジェクトには継承された要素があります。
継承された要素
BiddingScheme から継承された要素
InheritFromParentBiddingScheme オブジェクトは、BiddingScheme オブジェクトから派生し、Type という要素を継承します。 以下の説明は InheritFromParentBiddingScheme に固有であり、 BiddingScheme オブジェクトから同じ要素を継承する他のオブジェクトには適用されない場合があります。
要素 | 説明 | データ型 |
---|---|---|
種類 | 入札スキームの種類。 "親から継承する" 入札スキームを取得する場合、この値は InheritFromParentBiddingScheme です。 入札スキームの種類の詳細については、「 BiddingScheme Data Object 解説」を参照してください。 足す: 読み取り専用 更新: 読み取り専用 |
string |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13