AI-generated Key Takeaways
-
A
CustomCriteriaSet
defines targeting criteria using a logical operator (AND/OR) to combine multipleCustomCriteriaNode
objects. -
These nodes form a tree structure, subject to rules defined in
Targeting.customTargeting
, and can include various criteria types likeCustomCriteria
,CmsMetadataCriteria
, andAudienceSegmentCriteria
. -
The
logicalOperator
dictates how child nodes within theCustomCriteriaSet
are evaluated (AND or OR). -
The
children
field contains the individual criteria nodes (e.g.,CustomCriteriaNode
,CustomCriteriaLeaf
) that make up the targeting set.
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. |