RemarketingRule Data Object - Campaign Management

Defines the base object of a remarketing rule.

Do not try to instantiate a RemarketingRule. You can create one or more of the following objects that derive from it.

Syntax

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

Elements

The RemarketingRule object has the following elements: Type.

Element Description Data Type
Type The type of the remarketing rule. For more information about remarketing rule types, see the Remarks.

Add: Read-only
Update: Read-only
string

Remarks

For Java and the .NET languages, do not set the Type element because the value is determined by which type of remarketing rule you instantiate.

If you generate the SOAP manually, use the type attribute of the <Rule> node as shown in the following example, to specify the type of the remarketing rule.

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

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

RemarketingList