AI-generated Key Takeaways
-
The content describes a client-defined rule based on custom parameters from websites or uploaded by advertisers.
-
rule_type
determines how rule items are grouped, with OR of ANDs being the default and only supported type for FlexibleRuleUserList. -
rule_item_groups[]
is a list of groups that define the rule, and these groups are combined according to the specifiedrule_type
.
A client defined rule based on custom parameters sent by web sites or uploaded by the advertiser.
Fields | |
---|---|
|
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. |
|
List of rule item groups that defines this rule. Rule item groups are grouped together based on rule_type. |