abstract type AdRuleAction (v202402)
Represents the actions that can be performed on AdRule 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."],[[["The AdRuleService allows for performing actions, such as activating, deactivating, and deleting, on AdRule objects."],["AdRuleAction represents the specific actions that can be applied to these AdRule objects."],["These actions are managed within the namespace `https://www.google.com/apis/ads/publisher/v202402`."],["`performAdRuleAction()` is a method used to execute a specific AdRuleAction on designated AdRules."]]],["The `AdRuleService` allows actions on `AdRule` objects via `performAdRuleAction()`. The core actions, inherited from `AdRuleAction`, include `ActivateAdRules`, `DeactivateAdRules`, and `DeleteAdRules`. These actions manage the state and lifecycle of ad rules within the `https://www.google.com/apis/ads/publisher/v202402` namespace. The structure and actions are presented through a hierarchy of dependencies.\n"]]