[[["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."],[[["`DropDownCustomFieldValue` is a type of `CustomFieldValue` specifically for drop-down custom fields in Google Ad Manager."],["It inherits from `BaseCustomFieldValue` and includes a `customFieldOptionId` to represent the selected option."],["This object is used within the context of services like `ProposalService`, `CreativeService`, and others, to manage custom field values."],["It is characterized by two key fields: `customFieldId` (inherited) identifying the custom field and `customFieldOptionId` specifying the chosen option from the drop-down."]]],["The content outlines `DropDownCustomFieldValue`, a specific type of `CustomFieldValue` used when a `CustomField`'s data type is `DROP_DOWN`. It inherits from `BaseCustomFieldValue`, which requires a `customFieldId`. `DropDownCustomFieldValue` further requires a `customFieldOptionId`, referencing the ID of the chosen `CustomFieldOption`. The namespace for these is `https://www.google.com/apis/ads/publisher/v202405`, and they are used in several services, such as `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, and `ProposalLineItemService`.\n"]]