type CustomCriteriaSet (v202508)

  • A CustomCriteriaSet is composed of CustomCriteriaNode objects combined using a logical operator.

  • The custom criteria targeting within a CustomCriteriaSet is governed by rules defined elsewhere.

  • A CustomCriteriaSet has required attributes for logicalOperator and children.

  • The logical operator used in a CustomCriteriaSet can be either AND or OR.

  • The children attribute of a CustomCriteriaSet can contain various types of custom criteria nodes and leaves.

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/v202508

Field

CustomCriteriaNode (inherited)
CustomCriteriaSet

logicalOperator

CustomCriteriaSet.LogicalOp...

The logical operator to be applied to CustomCriteriaSet.children. This attribute is required.


Enumerations
AND
OR

This attribute is required.

children

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

The custom criteria. This attribute is required.