[[["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-08-20 UTC."],[[["CreativeSetPage objects represent a page within a larger set of CreativeSet objects."],["These pages provide information like the total number of CreativeSets, the starting position of the page, and the CreativeSets included on that specific page."],["CreativeSetPage is part of the Google Ad Manager API and uses a specific namespace for identification."]]],["The `CreativeSetService` offers the `getCreativeSetsByStatement()` method, which retrieves a `CreativeSetPage`. This page contains a collection of `CreativeSet` objects and provides metadata including `totalResultSetSize` (total results), `startIndex` (page's starting index), and `results` (the array of `CreativeSet` objects). These are used to manage and navigate the results. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]