AI-generated Key Takeaways
-
The CustomCriteriaSet is a component that combines CustomCriteriaNode objects using a logical operator.
-
This set is governed by the custom targeting rules defined within the Targeting structure.
-
Key fields include
logicalOperatorwhich specifies how children nodes are combined, andchildrenwhich is a list of CustomCriteriaNode types forming the criteria. -
The
logicalOperatorcan be either 'AND' or 'OR' and is a required attribute.
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
logicalOperator
CustomCriteriaSet.LogicalOp...
The logical operator to be applied to CustomCriteriaSet.children . This attribute is required.
Enumerations
-
AND -
OR
children
The custom criteria. This attribute is required.

