[[["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\u003eA CustomFieldOption represents a value selection for a custom field with a drop-down data type.\u003c/p\u003e\n"],["\u003cp\u003eEach option has a unique ID assigned by Google, is linked to a specific custom field, and has a display name.\u003c/p\u003e\n"],["\u003cp\u003eCustomFieldOptions can be managed using the \u003ccode\u003ecreateCustomFieldOptions()\u003c/code\u003e, \u003ccode\u003egetCustomFieldOption()\u003c/code\u003e, and \u003ccode\u003eupdateCustomFieldOptions()\u003c/code\u003e methods of the CustomFieldService.\u003c/p\u003e\n"]]],["The core content details the `CustomFieldOption` within the `CustomFieldService`. Key actions include `createCustomFieldOptions()`, `getCustomFieldOption()`, and `updateCustomFieldOptions()`. A `CustomFieldOption` represents a permissible value for a custom field with a `DROP_DOWN` data type. Each option has a unique, read-only `id`, a `customFieldId` to link it to its parent custom field, and a `displayName`. The namespace for these elements is provided.\n"],null,["**Service** \n**CustomFieldService** **Dependencies** \n[DropDownCustomField](/ad-manager/api/reference/v202411/CustomFieldService.DropDownCustomField) [createCustomFieldOptions()](/ad-manager/api/reference/v202411/CustomFieldService#createCustomFieldOptions) [getCustomFieldOption()](/ad-manager/api/reference/v202411/CustomFieldService#getCustomFieldOption) [updateCustomFieldOptions()](/ad-manager/api/reference/v202411/CustomFieldService#updateCustomFieldOptions) \n▼\n**CustomFieldOption**\n\nAn option represents a permitted value for a custom field that has a [CustomField.dataType](/ad-manager/api/reference/v202411/CustomFieldService.CustomField#dataType)\nof [CustomFieldDataType.DROP_DOWN](/ad-manager/api/reference/v202411/CustomFieldService.CustomFieldDataType#DROP_DOWN).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ||\n|-----------------|-------------------------------------------------------------------------------------------|\n| `id` | ` `xsd:`long` Unique ID of this option. This value is readonly and is assigned by Google. |\n| `customFieldId` | ` `xsd:`long` The id of the custom field this option belongs to. |\n| `displayName` | ` `xsd:`string` The display name of this option. |"]]