[[["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."],[[["ContentBundlePage objects represent a page within a larger set of ContentBundle objects."],["These pages provide access to a subset of ContentBundles, along with information like total result size and starting position within the full set."],["Developers can use this object to navigate and retrieve specific ContentBundles through the Google Ad Manager API."]]],["The `ContentBundleService` uses `getContentBundlesByStatement()` to retrieve a `ContentBundlePage`. This page contains a collection of `ContentBundle` objects, accessible via the `results` field. The `totalResultSetSize` field indicates the total number of content bundles. The `startIndex` field specifies the starting index of the results on the current page. The namespace for the service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]