type PlacementPage (v202502)

  • The PlacementPage captures a page of Placement objects.

  • It includes fields for the total size of the result set, the starting index of the current page, and an array of Placement objects.

  • The namespace for PlacementPage is https://www.google.com/apis/ads/publisher/v202502.

Captures a page of Placement objects.


Namespace
https://www.google.com/apis/ads/publisher/v202502

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.