[[["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."],[[["`ContentPage` objects represent a page within a larger set of `Content` objects, providing information about the total result set and the current page's position within it."],["This object includes fields like `totalResultSetSize` and `startIndex` to indicate the total number of `Content` objects and the starting position of the current page."],["A `results` field is included, containing an array of `Content` objects that belong to the specific page being represented."],["The `ContentPage` object is part of the `ContentService` within the Google Ad Manager API and is defined within the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `ContentService` uses `getContentByStatement()` to retrieve a `ContentPage`. `ContentPage` holds a collection of `Content` objects (`results`), along with the `totalResultSetSize` (total number of results) and `startIndex` (starting index of the current page within the result set). The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]