UserListRuleInfo

  • Custom parameters sent by websites or uploaded by advertisers define client-defined rules.

  • The rule type determines how rule items are grouped, with the default and only supported type for FlexibleRuleUserList being OR of ANDs.

  • Rule item groups are listed and grouped based on the rule type to define the rule.

A client defined rule based on custom parameters sent by web sites or uploaded by the advertiser.

Fields

rule_type

UserListRuleType

Rule type is used to determine how to group rule items.

The default is OR of ANDs (disjunctive normal form). That is, rule items will be ANDed together within rule item groups and the groups themselves will be ORed together.

OR of ANDs is the only supported type for FlexibleRuleUserList.

rule_item_groups[]

UserListRuleItemGroupInfo

List of rule item groups that defines this rule. Rule item groups are grouped together based on rule_type.