[[["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-02-13 UTC."],[[["A CustomFieldOption in Google Ad Manager represents a permitted value for a custom field with a drop-down data type."],["Each CustomFieldOption has a unique ID, the ID of its associated custom field, and a display name."],["CustomFieldOptions are managed using the CustomFieldService, which allows for creating, retrieving, and updating options."]]],["The content details the `CustomFieldOption` within the `CustomFieldService`, specifically for dropdown custom fields. Key actions include `createCustomFieldOptions()`, `getCustomFieldOption()`, and `updateCustomFieldOptions()`. Each option has properties: `id` (unique, read-only ID), `customFieldId` (the parent custom field's ID), and `displayName` (the displayed name). These options represent the allowed values for fields with the `CustomFieldDataType.DROP_DOWN`. The namespace for this service is provided.\n"]]