[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]