[[["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-11-19 UTC."],[[["The `CreativePage` object retrieves a page of `Creative` objects."],["It provides information about the total result set size and the starting index of the page."],["The `results` field contains an array of `Creative` objects, including various creative types like `ImageCreative`, `VideoCreative`, and `CustomCreative`."],["The `CreativePage` uses the namespace `https://www.google.com/apis/ads/publisher/v202411`."]]],["The `CreativeService` utilizes `getCreativesByStatement()` to retrieve `Creative` objects, organized into `CreativePage`. This page includes the `totalResultSetSize`, indicating the total number of results, and `startIndex`, the index where the current page begins. The `results` field contains an array of various creative types, such as `ImageCreative`, `VideoCreative`, `CustomCreative`, and more. This page holds the list of the different Creative types found within.\n"]]