AI-generated Key Takeaways
-
PlacementPage objects represent a page within a larger set of Placement objects, providing access to a subset of placements.
-
Key properties of a PlacementPage include the total number of placements (
totalResultSetSize
), the starting position of the current page (startIndex
), and the actual placements on this page (results
). -
PlacementPage is part of the PlacementService within the Google Ad Manager API, specifically under the namespace
https://www.google.com/apis/ads/publisher/v202411
.
Captures a page of Placement 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 placements contained within this page. |