type PlacementPage (v202411)

  • 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

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.