AI-generated Key Takeaways
-
AudienceSegmentPage
represents a page ofAudienceSegment
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 ofAudienceSegment
objects, which can be of various types likeFirstPartyAudienceSegment
,ThirdPartyAudienceSegment
, and others, representing the segments on this page. -
This page is accessed through the
AudienceSegmentService
, specifically thegetAudienceSegmentsByStatement
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 |
|
---|---|
|
The size of the total result set to which this page belongs. |
|
The absolute index in the total result set on which this page begins. |
|
The collection of audience segments contained within this page. |