[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]