abstract type LabelAction (v202402)
Represents the actions that can be performed on Label 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."],[[["LabelAction in Google Ad Manager represents actions performed on labels, such as activating or deactivating them."],["It uses the namespace `https://www.google.com/apis/ads/publisher/v202402` for its operations."],["Two main actions, ActivateLabels and DeactivateLabels, can be executed on Label objects."],["These actions are a part of the LabelService, which manages labels within the Ad Manager system."]]],["The `LabelService` allows actions on `Label` objects. Available actions, inherited from `LabelAction`, are `ActivateLabels` and `DeactivateLabels`. The `performLabelAction()` method is used to execute these actions. This service and its actions are part of the Google Ad Manager API within the `https://www.google.com/apis/ads/publisher/v202402` namespace. These enable managing the state of labels within the ad manager system.\n"]]