type AdUnitPage (v202411)

  • InventoryService.AdUnitPage objects represent a page of AdUnit objects, providing access to a subset of ad units within a larger result set.

  • The page includes information about the total result set size, the starting position of the page within the result set, and the AdUnit objects on this specific page.

  • This structure allows for navigating and retrieving ad units in manageable chunks when dealing with a potentially large number of items.

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.