type AudienceSegmentPage (v202408)
Service
AudienceSegmentService
Represents a page of AudienceSegment objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["`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 number of results (`totalResultSetSize`), the starting position of the page within the results (`startIndex`), and the actual audience segments on this page (`results`)."],["The `results` field can contain various types of audience segments, including `FirstPartyAudienceSegment`, `ThirdPartyAudienceSegment`, and `SharedAudienceSegment`, among others."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202408`, indicating its place within the Google Ad Manager API."]]],["The `AudienceSegmentService` uses `getAudienceSegmentsByStatement` to retrieve a page of `AudienceSegment` objects. The `AudienceSegmentPage` contains `totalResultSetSize`, indicating the total number of results, and `startIndex`, the page's starting index. The `results` field holds an array of different `AudienceSegment` types, including `FirstPartyAudienceSegment`, `ThirdPartyAudienceSegment`, and `SharedAudienceSegment`, among others. The result list provides a collection of the audience segments present in the current page.\n"]]