[[["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 2024-08-20 UTC."],[[["CustomFieldVisibility defines how a custom field can be accessed and modified, through the API or the UI."],["It includes four visibility levels: UNKNOWN, API_ONLY, READ_ONLY, and FULL, each specifying the access and edit permissions."],["API_ONLY fields are exclusively accessible through the API, while READ_ONLY fields can be viewed in the UI but edited only via the API."],["FULL visibility allows access and modification through both the API and the UI."],["This enumeration belongs to the CustomFieldService within the Google Ad Manager API, under the specified namespace."]]],["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"]]