AI-generated Key Takeaways
- 
          CustomCriteriaSet objects are composed of CustomCriteriaNode objects combined by a logical operator. 
- 
          The structure of custom criteria targeting is subject to rules defined in Targeting.customTargeting. 
- 
          CustomCriteriaSet has required attributes including logicalOperatorandchildren.
- 
          The logicalOperatorcan be eitherANDorOR.
- 
          The childrenattribute accepts an array of CustomCriteriaNode objects, which can be CustomCriteriaSet or CustomCriteriaLeaf types.
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 | |
| 
                            | 
                            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. |