type CustomFieldAction (v202411)
Service
CustomFieldService
Represents the actions that can be performed on CustomField objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The CustomFieldService allows for performing actions on custom fields, such as activating or deactivating them."],["CustomFieldAction represents the specific actions that can be applied to CustomField objects."],["These actions are managed within the Google Ad Manager API, under the specified namespace."]]],["The `CustomFieldService` allows actions on `CustomField` objects. It utilizes `performCustomFieldAction()` to execute specified actions. `CustomFieldAction` is the base for these operations, with `ActivateCustomFields` and `DeactivateCustomFields` as specific actions. These actions, found within the `https://www.google.com/apis/ads/publisher/v202411` namespace, represent the ability to modify the active status of custom fields.\n"]]