Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The ContentBundleService allows for performing actions, like activating or deactivating, on ContentBundle objects.
ContentBundleAction represents the different operations that can be applied to ContentBundles, with ActivateContentBundles and DeactivateContentBundles being specific examples.
This service is part of the Google Ad Manager API and uses a specific namespace for communication.
Developers can find detailed information about the ContentBundle and ContentBundleAction objects, as well as the available actions, through the provided links.
[[["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 2025-08-06 UTC."],[],["The `ContentBundleService` allows actions on `ContentBundle` objects. The core actions, derived from `ContentBundleAction`, are `ActivateContentBundles` and `DeactivateContentBundles`. These actions represent the operations that can be performed, for example, to enable or disable content bundles. The service and its actions are defined under the `https://www.google.com/apis/ads/publisher/v202411` namespace. The function `performContentBundleAction()` is the method that executes these actions.\n"]]