abstract type ContentBundleAction (v202402)
Service
ContentBundleService
Represents the actions that can be performed on ContentBundle objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["The `ContentBundleService` allows you to perform actions, like activating or deactivating, on `ContentBundle` objects."],["`ContentBundleAction` objects represent the specific actions that can be performed on content bundles."],["Available actions include activating and deactivating content bundles using `ActivateContentBundles` and `DeactivateContentBundles`, respectively."],["Interactions with this service utilize the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `ContentBundleService` allows actions on `ContentBundle` objects. The core actions, defined under `ContentBundleAction`, are `ActivateContentBundles` and `DeactivateContentBundles`. These actions are performed via the `performContentBundleAction()` method. The service and its components are found within the `https://www.google.com/apis/ads/publisher/v202402` namespace.\n"]]