type AdSpotPage (v202411)

  • AdRuleService's getAdSpotsByStatement() method retrieves a page of AdSpot objects.

  • AdSpotPage objects provide information about the retrieved AdSpot collection, including the total result size, starting index, and the AdSpots themselves.

  • The AdSpotPage uses the namespace 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.