AI-generated Key Takeaways
-
CustomCriteriaSet consists of CustomCriteriaNode objects combined by a logical operator.
-
It is subject to the rules defined on Targeting.customTargeting.
-
CustomCriteriaSet has two key fields: logicalOperator and children.
-
The logicalOperator determines how the children are combined and is required.
-
The children attribute contains a list of CustomCriteriaNode objects, which can be other CustomCriteriaSet objects 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/v202508
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. |