[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Ads Ad Manager V1 Client - Class CustomFieldVisibility (0.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.1 (latest)](/php/docs/reference/googleads/ad-manager/latest/V1.CustomFieldVisibilityEnum.CustomFieldVisibility)\n- [0.1.0](/php/docs/reference/googleads/ad-manager/0.1.0/V1.CustomFieldVisibilityEnum.CustomFieldVisibility) \nReference documentation and code samples for the Google Ads Ad Manager V1 Client class CustomFieldVisibility.\n\nThe visibility level of a CustomField.\n\nProtobuf type `google.ads.admanager.v1.CustomFieldVisibilityEnum.CustomFieldVisibility`\n\nNamespace\n---------\n\nGoogle \\\\ Ads \\\\ AdManager \\\\ V1 \\\\ CustomFieldVisibilityEnum\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### CUSTOM_FIELD_VISIBILITY_UNSPECIFIED\n\n Value: 0\n\nNo value specified\n\nGenerated from protobuf enum `CUSTOM_FIELD_VISIBILITY_UNSPECIFIED = 0;`\n\n### HIDDEN\n\n Value: 1\n\nThe CustomField is not visible in the UI and only visible through the\nAPI.\n\nGenerated from protobuf enum `HIDDEN = 1;`\n\n### READ_ONLY\n\n Value: 2\n\nThe CustomField is visible in the UI and only editable through the API.\n\nGenerated from protobuf enum `READ_ONLY = 2;`\n\n### EDITABLE\n\n Value: 3\n\nThe CustomField is visible and editable in both the API and UI.\n\nGenerated from protobuf enum `EDITABLE = 3;`"]]