type AdSpotPage (v202411)

  • AdSpotPage captures a page of AdSpot objects.

  • It includes fields for the total result set size, the starting index of the page within that set, and the collection of AdSpot results on the page.

  • AdSpotPage is part of the AdRuleService and is related to the getAdSpotsByStatement() dependency.

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

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

AdSpot[]

The collection of ad spot contained within this page.