Page Summary
-
A CustomCriteriaSet consists of CustomCriteriaNode objects combined by a logical operator.
-
The custom criteria targeting tree must adhere to the rules defined in Targeting.customTargeting.
-
The logicalOperator attribute, which is required, specifies how the children of the CustomCriteriaSet are combined.
-
The children attribute, also required, contains an array of CustomCriteriaNode objects, which can include other CustomCriteriaSets or CustomCriteriaLeaf objects.
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/v202502
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.

