type CreativeTemplatePage (v202411)

  • CreativeTemplatePage objects represent a page of CreativeTemplate objects, providing access to a subset of creative templates.

  • The page includes information about the total result set size, the starting index of the page within the set, and the creative templates on this specific page.

  • CreativeTemplatePage is part of the CreativeTemplateService, which can be used to retrieve these pages using methods like getCreativeTemplatesByStatement.

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

CreativeTemplate[]

The collection of creative templates contained within this page.