RuleItemGroup Data Object - Campaign Management

Defines an object that contains a list of remarketing list rule items that apply to the same visited page.

Syntax

<xs:complexType name="RuleItemGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Items" nillable="true" type="tns:ArrayOfRuleItem" />
  </xs:sequence>
</xs:complexType>

Elements

The RuleItemGroup object has the following elements: Items.

Element Description Data Type
Items The list of rule items.

The maximum number of rule items in a rule item group is 100. The rule items must all be of the same concrete type derived from the RuleItem base class. Currently only a list of StringRuleItem objects are supported.

The list of StringRuleItem objects apply to same visited page, and the rule conditions are joined using the logical AND operator. In other words to add a visitor to the remarketing list, one page must meet all of the conditions in this rule item list. To create a list of rules for another page, you must add a separate RuleItemGroup.

Add: Required
Update: Optional. If you want to keep any of the previous rule items, then you must explicitly set them again during update.
RuleItem array

Requirements

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

Used By

PageVisitorsRule
PageVisitorsWhoDidNotVisitAnotherPageRule
PageVisitorsWhoVisitedAnotherPageRule