[[["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 ContentBundlePage object retrieves a page of ContentBundle objects, providing information about content bundles."],["It includes details like the total result set size, the starting index of the page, and the actual content bundles within the page."],["ContentBundlePage uses the namespace `https://www.google.com/apis/ads/publisher/v202411` for identification within the system."]]],["The `ContentBundleService` utilizes the `getContentBundlesByStatement()` method to retrieve `ContentBundle` objects, organized into a `ContentBundlePage`. This page contains metadata, including `totalResultSetSize` (the overall result set size) and `startIndex` (the page's starting index). The core data is stored in `results`, an array of `ContentBundle` objects. This process is used to get a list of content bundles from the Google Ad Manager API, specifically within the `v202411` version.\n"]]