[[["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 custom fields with a drop-down data type."],["It stores the ID of the selected option from the custom field's list of options."],["It inherits properties from BaseCustomFieldValue, including the ID of the associated custom field."],["This object is used within various Google Ad Manager services like CreativeService, ForecastService, etc., for managing custom field values."]]],["The core content defines `DropDownCustomFieldValue`, a type of `CustomFieldValue` used when a `CustomField`'s data type is `DROP_DOWN`. Key information includes: `customFieldId`, the ID of the relevant `CustomField`, and `customFieldOptionId`, the ID of the selected `CustomFieldOption`. The document outlines the inheritance of `DropDownCustomFieldValue` from `BaseCustomFieldValue`. Services listed are CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService and ProposalService. The namespace for this information is also given.\n"]]