type CreativeSetPage (v202411)

  • CreativeSetPage objects represent a page of CreativeSet objects, providing information about a set of creative sets within Google Ad Manager.

  • The CreativeSetPage includes the total number of creative sets (totalResultSetSize), the starting position of the current page (startIndex), and the actual creative sets on this page (results).

  • Developers can use the getCreativeSetsByStatement() method from the CreativeSetService to retrieve CreativeSetPage objects.

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.