[[["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."],[[["`CreativePage` objects represent a page of `Creative` objects within the Google Ad Manager API."],["These pages provide information about the total number of creatives (`totalResultSetSize`), the starting position of the current page within the total set (`startIndex`), and the actual creative data (`results`)."],["The `results` field contains a collection of various creative types, including image, video, audio, and custom creatives, among others."],["This structure allows for efficient retrieval and navigation of large sets of creative data within the Ad Manager system."]]],["The `CreativeService` utilizes `getCreativesByStatement()` to retrieve a `CreativePage`, which is a set of `Creative` objects. Key information includes the `totalResultSetSize`, representing the total number of results, and `startIndex`, indicating the page's starting point in the full set. The `results` field contains the collection of various creative types, such as `ImageCreative`, `VideoCreative`, and `CustomCreative`, among others. The namespace for this data is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]