abstract type CreativeAction (v202405)
Represents the actions that can be performed on Creative objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The CreativeService allows for performing actions on Creative objects, such as activating or deactivating them."],["It utilizes CreativeAction objects to specify the desired action, including ActivateCreatives and DeactivateCreatives."],["The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `CreativeService` allows actions on `Creative` objects, specifically through the `performCreativeAction()` method. This method utilizes `CreativeAction`, which is the base for concrete actions. The provided examples of these actions include `ActivateCreatives` and `DeactivateCreatives`. These actions manipulate the state of creative objects within the specified API version (v202405) and namespace (`https://www.google.com/apis/ads/publisher/v202405`).\n"]]