[[["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."],[[["CreativeWrapperService's getCreativeWrappersByStatement method is used to retrieve CreativeWrappers."],["CreativeWrapperPage objects represent a page of CreativeWrapper results, including details like total result size, starting index, and the CreativeWrappers themselves."],["The CreativeWrapperPage object provides information about the total number of CreativeWrappers and the specific CreativeWrappers contained within the retrieved page."]]],["The `CreativeWrapperService` provides the capability to retrieve a paginated set of `CreativeWrapper` objects. Using the `getCreativeWrappersByStatement` method returns a `CreativeWrapperPage`, which contains the `totalResultSetSize`, `startIndex`, and an array of `results`. Each `result` is a `CreativeWrapper`. This page represents a segment of the total available Creative Wrappers based on a statement, enabling retrieval of `CreativeWrapper` data in manageable chunks. The namespace for this service is defined as `https://www.google.com/apis/ads/publisher/v202402`.\n"]]