type CreativeSetPage (v202411)

  • CreativeSetPage captures a page of CreativeSet objects.

  • It includes fields for the total result set size, the starting index of the page, and a list of CreativeSet results.

  • This object is returned by the CreativeSetService's getCreativeSetsByStatement method.

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

CreativeSet[]

The collection of creative sets contained within this page.