type AdUnitPage (v202411)

  • AdUnitPage captures a page of AdUnit objects within the InventoryService.

  • It includes fields for the total size of the result set, the starting index of the current page, and a collection of AdUnit objects.

  • The namespace for this service is https://www.google.com/apis/ads/publisher/v202411.

Captures a page of AdUnit 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

AdUnit[]

The collection of ad units contained within this page.