[[["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 2024-02-13 UTC."],[[["CreativeTemplatePage objects represent a page of CreativeTemplate objects, providing access to a subset of creative templates."],["The CreativeTemplatePage includes information about the total number of creative templates, the starting position of the page within the results, and the actual creative templates on that page."],["It leverages the CreativeTemplateService, specifically utilizing methods such as getCreativeTemplatesByStatement to retrieve these templates."]]],["The `CreativeTemplateService` utilizes `getCreativeTemplatesByStatement` to retrieve `CreativeTemplate` objects. This returns a `CreativeTemplatePage`, which contains a set of results (`CreativeTemplate` array), the `totalResultSetSize`, and the `startIndex`. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`. This page allows you to know the current page's information in relation to all results.\n"]]