[[["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-05-15 UTC."],[[["CreativeTemplateService allows access to CreativeTemplate objects via the getCreativeTemplatesByStatement method."],["CreativeTemplatePage objects represent a page of CreativeTemplate objects, providing information about the total result set, starting index, and the specific creative templates included on that page."],["The CreativeTemplatePage object is defined within the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["The `CreativeTemplateService` provides the functionality to retrieve `CreativeTemplate` objects. The core action is `getCreativeTemplatesByStatement`, which fetches a `CreativeTemplatePage`. This page contains three key pieces of information: `totalResultSetSize`, which indicates the total number of results; `startIndex`, denoting the starting index of the current page within the total results; and `results`, an array holding the actual `CreativeTemplate` objects retrieved. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]