abstract type CreativeAction (v202402)
Represents the actions that can be performed on Creative 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 CreativeService allows for performing actions on Creative objects, such as activating or deactivating them."],["CreativeAction represents the specific actions that can be performed on Creatives, with ActivateCreatives and DeactivateCreatives being two examples."],["These services and actions are part of the Google Ad Manager API and reside within a specific namespace for version 202402."]]],["The core content describes `CreativeAction`, an interface for actions performed on `Creative` objects. It's located in the `https://www.google.com/apis/ads/publisher/v202402` namespace. The `CreativeService` dependency, `performCreativeAction()`, facilitates these actions. Specific implementations include `ActivateCreatives` and `DeactivateCreatives`, enabling users to activate or deactivate creative objects. These actions stem from the parent class, `CreativeAction`, allowing for potential extensions.\n"]]