type CreativeTemplatePage (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CreativeTemplateService
Captures a page of CreativeTemplate objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCreativeTemplateService allows you to retrieve CreativeTemplates, primarily using the \u003ccode\u003egetCreativeTemplatesByStatement\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eCreativeTemplatePage objects represent a page of CreativeTemplate results, including the total result size, starting index, and the CreativeTemplates themselves.\u003c/p\u003e\n"],["\u003cp\u003eThe CreativeTemplatePage object is defined within the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of CreativeTemplatePage include \u003ccode\u003etotalResultSetSize\u003c/code\u003e, \u003ccode\u003estartIndex\u003c/code\u003e, and \u003ccode\u003eresults\u003c/code\u003e, providing information about the result set and the contained CreativeTemplates.\u003c/p\u003e\n"]]],["The `CreativeTemplateService` allows retrieval of `CreativeTemplate` objects via `getCreativeTemplatesByStatement`. Results are returned in a `CreativeTemplatePage`, which contains `totalResultSetSize`, `startIndex`, and an array of `results`. The `results` field holds the actual `CreativeTemplate` objects within the page. This service uses the `https://www.google.com/apis/ads/publisher/v202408` namespace. The returned data is structured to present a subset of the total available `CreativeTemplate` data.\n"],null,["# type CreativeTemplatePage (v202408)\n\n**Service** \n**CreativeTemplateService** **Dependencies** \n[getCreativeTemplatesByState...](/ad-manager/api/reference/v202408/CreativeTemplateService#getCreativeTemplatesByStatement \"getCreativeTemplatesByStatement()\") \n▼\n**CreativeTemplatePage**\n\nCaptures a page of [CreativeTemplate](/ad-manager/api/reference/v202408/CreativeTemplateService.CreativeTemplate) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[CreativeTemplate](/ad-manager/api/reference/v202408/CreativeTemplateService.CreativeTemplate)`[]` The collection of creative templates contained within this page. |"]]