type PlacementPage (v202402)
Captures a page of Placement objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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
|
Placement[]
The collection of placements contained within this page.
|
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["PlacementPage objects represent a page of Placement objects, providing access to a subset of placements within a larger result set."],["Key properties of PlacementPage include `totalResultSetSize`, indicating the total number of placements, `startIndex`, specifying the starting position of the current page within the full set, and `results`, containing the actual Placement objects for this page."],["The PlacementPage structure is used within the context of the Google Ad Manager API, specifically under the PlacementService, allowing for efficient retrieval and management of placements in your ad inventory."]]],["The `PlacementService` utilizes the `getPlacementsByStatement()` method to retrieve a `PlacementPage`. This `PlacementPage` contains a set of `Placement` objects. The page details include `totalResultSetSize`, representing the entire result set's size, `startIndex`, indicating the page's starting index within the total set, and `results`, the array of `Placement` objects included in that page. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]