abstract type PlacementAction (v202408)
Represents the actions that can be performed on Placement objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The `PlacementService` allows for performing actions on `Placement` objects, such as activating, archiving, and deactivating them."],["`PlacementAction` represents the different actions that can be performed on `Placement` objects, and includes options like `ActivatePlacements`, `ArchivePlacements`, and `DeactivatePlacements`."],["The service uses the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `PlacementService` allows actions to be performed on `Placement` objects. The `performPlacementAction()` function is used to execute these actions. Available actions include `ActivatePlacements`, `ArchivePlacements`, and `DeactivatePlacements`. These actions are inherited from the base `PlacementAction` class. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]