AI-generated Key Takeaways
-
A CustomCriteriaSet combines CustomCriteriaNode objects using a logical operator (AND or OR) to define targeting criteria.
-
This targeting tree follows rules defined in Targeting.customTargeting and is used in various services like Proposal, LineItem, and AudienceSegment services.
-
CustomCriteriaSet includes a logical operator and child criteria, which can be nodes, sets, or leaves representing different targeting options.
-
The child criteria can be further specified using objects like CustomCriteria, CmsMetadataCriteria, or AudienceSegmentCriteria.
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
|
|
|
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. |