type AudienceSegmentCriteria (v202411)

  • AudienceSegmentCriteria is used to target specific audience segments within Google Ad Manager.

  • It involves specifying a comparison operator (IS or IS_NOT) and the IDs of the audience segments to include or exclude.

  • It is utilized by various services, including AdRuleService, ForecastService, and LineItemService, for targeting purposes.

  • This criteria can be incorporated into custom criteria nodes for more complex targeting scenarios.

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.