enum CustomFieldVisibility (v202408)
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/v202408
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 how a custom field can be accessed and modified, through the API or the UI.\u003c/p\u003e\n"],["\u003cp\u003eIt includes four visibility levels: UNKNOWN, API_ONLY, READ_ONLY, and FULL, each specifying the access and edit permissions.\u003c/p\u003e\n"],["\u003cp\u003eAPI_ONLY fields are exclusively accessible through the API, while READ_ONLY fields can be viewed in the UI but edited only via the API.\u003c/p\u003e\n"],["\u003cp\u003eFULL visibility allows access and modification through both the API and the UI.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration belongs to the CustomFieldService within the Google Ad Manager API, under the specified namespace.\u003c/p\u003e\n"]]],["CustomFieldVisibility defines the accessibility of custom fields. `UNKNOWN` indicates an unexposed value. `API_ONLY` means the field is accessible solely via the API. `READ_ONLY` fields are viewable in the user interface (UI) but editable only through the API. `FULL` denotes fields that are both visible and editable through the API and in the UI. The service uses the namespace: `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum CustomFieldVisibility (v202408)\n\n**Service** \n**CustomFieldService** **Dependencies** \n[CustomField](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]