[[["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."],[[["ContentBundlePage objects represent a page within a larger set of ContentBundle objects."],["These pages provide information like the total number of ContentBundles (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual ContentBundles on this page (`results`)."],["ContentBundlePage is part of the Google Ad Manager API, under the ContentBundleService, and uses a specific namespace for interactions."]]],["The `ContentBundleService` provides a method, `getContentBundlesByStatement()`, to retrieve `ContentBundle` objects. The results are paginated and returned within a `ContentBundlePage`. This page contains three key pieces of information: `totalResultSetSize`, indicating the total number of results; `startIndex`, specifying the starting index of the current page; and `results`, an array of the actual `ContentBundle` objects in the current page. These results are in the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]