AI-generated Key Takeaways
-
A CustomCriteriaSet defines targeting criteria using a logical operator (AND/OR) to combine multiple CustomCriteriaNode objects.
-
These nodes form a tree structure subject to rules defined in Targeting.customTargeting, impacting ad delivery.
-
CustomCriteriaSet includes a logical operator and child nodes that specify targeting details like audience segments or CMS metadata.
-
The child nodes can be of type CustomCriteriaNode, CustomCriteriaSet, or CustomCriteriaLeaf, providing flexibility in defining criteria.
-
The logical operator dictates how these child nodes are evaluated to determine whether an impression meets the defined targeting.
A CustomCriteriaSet comprises of a set of CustomCriteriaNode objects combined by the CustomCriteriaSet.LogicalOperator.logicalOperator. The custom criteria targeting tree is subject to the rules defined on Targeting.customTargeting.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
CustomCriteriaNode (inherited)
|
|
CustomCriteriaSet
|
|
|
The logical operator to be applied to CustomCriteriaSet.children. This attribute is required. Enumerations
This attribute is required.
|
|
The custom criteria. This attribute is required. |