enum CustomFieldVisibility (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CustomFieldService
The visibility levels of a custom field.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
API_ONLY
|
Only visible through the API.
|
READ_ONLY
|
Visible in the UI, but only editable through the API
|
FULL
|
Visible and editable both in the API and the UI.
|
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCustomFieldVisibility defines the visibility of custom fields, controlling how and where they can be accessed and modified.\u003c/p\u003e\n"],["\u003cp\u003eIt offers four levels: \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eAPI_ONLY\u003c/code\u003e, \u003ccode\u003eREAD_ONLY\u003c/code\u003e, and \u003ccode\u003eFULL\u003c/code\u003e, ranging from not exposed to fully visible and editable in both the API and UI.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the CustomFieldService within the Google Ad Manager API, under the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["CustomFieldVisibility defines the visibility levels of a custom field. The possible levels are: `UNKNOWN`, for values not exposed by the API version; `API_ONLY`, visible only through the API; `READ_ONLY`, visible in the UI but editable via the API; and `FULL`, visible and editable in both the API and UI. These visibility levels are managed within the `CustomFieldService`, with `CustomField` as a dependency. The namespace for this data is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum CustomFieldVisibility (v202411)\n\n**Service** \n**CustomFieldService** **Dependencies** \n[CustomField](/ad-manager/api/reference/v202411/CustomFieldService.CustomField) \n▼\n**CustomFieldVisibility**\n\nThe visibility levels of a custom field.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `API_ONLY` | Only visible through the API. |\n| `READ_ONLY` | Visible in the UI, but only editable through the API |\n| `FULL` | Visible and editable both in the API and the UI. |"]]