[[["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 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. |"]]