RemarketingRule 数据对象 - 市场活动管理

定义再营销规则的基对象。

不要尝试实例化 RemarketingRule。 可以创建派生自它的一个或多个以下对象。

语法

<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>

元素

RemarketingRule 对象具有以下元素:类型

元素 说明 数据类型
类型 再营销规则的类型。 有关再营销规则类型的详细信息,请参阅 备注

添加: 只读
更新: 只读
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

使用者

RemarketingList