[[["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-05-15 UTC."],[[["CustomFieldVisibility defines the visibility of custom fields, dictating whether they can be seen and modified through the API or the user interface."],["It includes options for API-only visibility, read-only access in the UI but editable via API, and full visibility and editability in both."],["These visibility levels are crucial for managing custom field accessibility and control within the system."]]],["CustomFieldVisibility defines the visibility levels of a custom field within the API and UI. The available visibility levels are: UNKNOWN (value not exposed), API_ONLY (visible only through the API), READ_ONLY (visible in the UI but editable only via the API), and FULL (visible and editable in both the API and the UI). This is part of the CustomFieldService, with its dependency CustomField. The namespace for this information is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]