[[["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."],[[["`CreativePage` objects represent a page of `Creative` objects within the Google Ad Manager API."],["It includes properties like `totalResultSetSize` indicating the total number of creatives and `startIndex` for the page's starting position."],["The `results` field contains an array of various `Creative` types, including those for video, image, audio, and custom creatives."],["This page structure allows for navigating and retrieving sets of creatives from the Ad Manager system using pagination."]]],["The `CreativePage` captures a set of `Creative` objects, which are retrieved using the `getCreativesByStatement()` method. This page includes the `totalResultSetSize`, indicating the overall number of results, and the `startIndex`, showing where the current page begins within the full set. The `results` field contains a collection of diverse creative types, like `ImageCreative`, `VideoCreative`, `Html5Creative`, and many others.\n"]]