type AudienceSegmentCriteria (v202502)

  • AudienceSegmentCriteria is used to target AudienceSegment objects within various services.

  • This criteria object inherits from CustomCriteriaNode and CustomCriteriaLeaf.

  • The AudienceSegmentCriteria includes fields for an operator and a list of audience segment IDs.

  • The operator is a required attribute specifying the comparison type (IS or IS_NOT).

  • The audienceSegmentIds attribute is required and contains the IDs of the target audience segments.

An AudienceSegmentCriteria object is used to target AudienceSegment objects.


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

Field

CustomCriteriaNode (inherited)
CustomCriteriaLeaf (inherited)
AudienceSegmentCriteria

operator

AudienceSegmentCriteria.Com...

The comparison operator. This attribute is required.


Enumerations
IS
IS_NOT

audienceSegmentIds

xsd:long[]

The ids of AudienceSegment objects used to target audience segments. This attribute is required.