abstract type CreativeAction (v202411)
Represents the actions that can be performed on Creative objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The CreativeService allows for performing actions on Creative objects within Google Ad Manager."],["Actions such as activating or deactivating creatives can be performed using specific CreativeAction types like ActivateCreatives and DeactivateCreatives."],["The service uses the namespace `https://www.google.com/apis/ads/publisher/v202411` for its operations."]]],["The `CreativeService` allows actions on `Creative` objects, specifically through the `performCreativeAction()` method. This method utilizes `CreativeAction`, which has inherited actions `ActivateCreatives` and `DeactivateCreatives`. These actions enable enabling or disabling creatives. The service's namespace is `https://www.google.com/apis/ads/publisher/v202411`, where all operations regarding `Creative` are done.\n"]]