type CustomCriteriaSet (v202411)

  • The CustomCriteriaSet object defines a set of criteria used for targeting in Ad Manager, allowing for the combination of multiple criteria using logical operators.

  • CustomCriteriaSet supports defining criteria based on various factors like audience segments, CMS metadata, and custom criteria.

  • It includes a logicalOperator field that specifies whether criteria should be combined using "AND" or "OR" logic, which is a required attribute.

  • The children field enables the creation of complex criteria structures by nesting multiple CustomCriteriaNode and CustomCriteriaLeaf objects.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

CustomCriteriaNode (inherited)
CustomCriteriaSet

logicalOperator

CustomCriteriaSet.LogicalOp...


Enumerations
AND
OR

This attribute is required.

children

  1. CustomCriteriaNode[]
    1. CustomCriteriaSet
    2. CustomCriteriaLeaf
      1. CustomCriteria
      2. CmsMetadataCriteria
      3. AudienceSegmentCriteria