type AudienceSegmentCriteria (v202411)

  • AudienceSegmentCriteria is used to target specific audience segments in ad campaigns.

  • It allows for the inclusion or exclusion of audience segments based on their IDs.

  • This criteria is part of the Custom Criteria structure, inheriting from CustomCriteriaNode and CustomCriteriaLeaf.

  • The 'operator' field determines whether to include (IS) or exclude (IS_NOT) the specified audience segments.

  • 'audienceSegmentIds' field lists the unique identifiers of the audience segments being targeted.

An AudienceSegmentCriteria object is used to target AudienceSegment objects.


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

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.