type AudienceSegmentPage (v202411)
Service
AudienceSegmentService
Represents a page of AudienceSegment objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 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 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."]]],["The `AudienceSegmentService` uses `getAudienceSegmentsByStatement` to retrieve a page of `AudienceSegment` objects. An `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`. This page represents a subset of the complete audience segment data.\n"]]