AI-generated Key Takeaways
-
CustomFieldVisibility defines the visibility of custom fields, controlling how and where they can be accessed and modified.
-
It offers four levels:
UNKNOWN
,API_ONLY
,READ_ONLY
, andFULL
, ranging from not exposed to fully visible and editable in both the API and UI. -
This enumeration is part of the CustomFieldService within the Google Ad Manager API, under the namespace
https://www.google.com/apis/ads/publisher/v202411
.
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. |