type AudienceSegmentPage (v202411)

  • AudienceSegmentPage represents a page of AudienceSegment objects, providing access to a subset of audience segments within a larger result set.

  • It includes information about the total result set size (totalResultSetSize) and the starting position of the current page within that set (startIndex).

  • The results field contains an array of AudienceSegment objects, which can be of various types like FirstPartyAudienceSegment, ThirdPartyAudienceSegment, and others, representing the segments on this page.

  • This page is accessed through the AudienceSegmentService, specifically the getAudienceSegmentsByStatement method, which allows retrieval of audience segments based on specified criteria.

Represents a page of AudienceSegment objects.


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

Field

totalResultSetSize

xsd:int

The size of the total result set to which this page belongs.

startIndex

xsd:int

The absolute index in the total result set on which this page begins.

results

  1. AudienceSegment[]
    1. FirstPartyAudienceSegment
      1. NonRuleBasedFirstPartyAudie...
      2. RuleBasedFirstPartyAudience...
        1. RuleBasedFirstPartyAudience...
    2. ThirdPartyAudienceSegment
    3. SharedAudienceSegment

The collection of audience segments contained within this page.