type CreativeWrapperPage (v202411)

  • CreativeWrapperPage objects represent a page of CreativeWrapper objects, providing access to a subset of creative wrappers within a larger result set.

  • This page includes information like the total number of creative wrappers (totalResultSetSize), the starting position of the current page (startIndex), and the actual creative wrappers on this page (results).

  • Developers can utilize the CreativeWrapperService and its methods like getCreativeWrappersByStatement() to retrieve and manage creative wrappers in Google Ad Manager.

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

CreativeWrapper[]

The collection of creative wrappers contained within this page.