リマーケティング ルール データ オブジェクト - キャンペーン管理
リマーケティング ルールの基本オブジェクトを定義します。
リマーケティング ルールをインスタンス化しないでください。 次のオブジェクトから派生する 1 つ以上のオブジェクトを作成できます。
- CustomEventsRule
- PageVisitorsRule
- PageVisitorsWhoDidNotVisitAnotherPageRule
- PageVisitorsWhoVisitedAnotherPageRule
構文
<xs:complexType name="RemarketingRule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
要素
リマーケティング ルール オブジェクトには、Type という要素があります。
要素 | 説明 | データ型 |
---|---|---|
型 | リマーケティング ルールの種類。 リマーケティング ルールの種類の詳細については、「 備考」を参照してください。 追加: 読み 取り 専用 更新: 読み 取り 専用 |
string |
注釈
Java および .NET 言語の場合は、インスタンス化するリマーケティング ルールの種類によって値が決定されるため、 Type 要素を設定しないでください。
SOAP を手動で生成する場合は、次の例に示すようにノードの <Rule>
type 属性を使用して、リマーケティング ルールの種類を指定します。
<Rule i:type="CustomEventsRule">
<Type i:nil="true" />
<Action>play</Action>
<ActionOperator>Equals</ActionOperator>
<Category>video</Category>
<CategoryOperator>Equals</CategoryOperator>
<Label>trailer</Label>
<LabelOperator>Equals</LabelOperator>
<Value>5.00</Value>
<ValueOperator>Equals</ValueOperator>
</Rule>
要件
サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13