[[["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."],[[["CreativeWrapperPage objects represent a page of CreativeWrapper objects."],["CreativeWrapperPage includes information about the total result set size, starting index, and the CreativeWrappers on that page."],["Access CreativeWrapperPage data through the CreativeWrapperService, specifically the getCreativeWrappersByStatement method."]]],["The `CreativeWrapperService` retrieves `CreativeWrapper` objects using `getCreativeWrappersByStatement`. The service returns a `CreativeWrapperPage` containing a subset of results. Each `CreativeWrapperPage` includes `totalResultSetSize` (total number of results), `startIndex` (starting index of the current page), and `results` (array of `CreativeWrapper` objects). The service namespace is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]