abstract type AdUnitAction (v202405)
Represents the actions that can be performed on AdUnit 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."],[[["InventoryService uses `performAdUnitAction()` to manage AdUnits."],["AdUnitAction encompasses actions like activating, archiving, and deactivating AdUnits."],["These actions can be applied to AdUnit objects using dedicated methods like `ActivateAdUnits`, `ArchiveAdUnits`, and `DeactivateAdUnits`."],["AdUnitAction and related operations reside within the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `InventoryService` allows actions on `AdUnit` objects via `performAdUnitAction()`. The available actions, inheriting from `AdUnitAction`, are `ActivateAdUnits`, `ArchiveAdUnits`, and `DeactivateAdUnits`. These actions manage the state of AdUnits. The namespace for these operations is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]