type CreativeTemplatePage (v202505)

  • CreativeTemplatePage captures a page of CreativeTemplate objects.

  • It includes fields for the total result set size, the starting index of the page within the total results, and a collection of CreativeTemplate objects.

  • This page structure is part of the CreativeTemplateService in the Ad Manager API.

Captures a page of CreativeTemplate objects.


Namespace
https://www.google.com/apis/ads/publisher/v202505

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.