AI-generated Key Takeaways
-
CustomCriteriaSet is composed of CustomCriteriaNode objects combined using a logical operator.
-
The custom criteria targeting tree is subject to the rules defined on Targeting.customTargeting.
-
CustomCriteriaSet has two key fields:
logicalOperatorwhich is required and specifies how to combine child nodes, andchildrenwhich is required and contains the custom criteria.
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/v202505
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. |