[[["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-08-20 UTC."],[[["`DropDownCustomFieldValue` is a type of `CustomFieldValue` specifically for custom fields with a drop-down data type."],["It inherits from `BaseCustomFieldValue` and includes a `customFieldId` to associate it with a specific custom field."],["`DropDownCustomFieldValue` uses `customFieldOptionId` to store the selected option from the drop-down custom field."],["The `DropDownCustomFieldValue` is used within the context of several services like `ProposalLineItemService`, `ProposalService`, `CreativeService`, `ForecastService`, `LineItemService` and `OrderService`."]]],["The content details the `DropDownCustomFieldValue`, a specific type of `CustomFieldValue` used when a `CustomField` has a `DROP_DOWN` data type. It inherits from `BaseCustomFieldValue`. Key information includes: a mandatory `customFieldId` (long) referencing the associated `CustomField`, and a `customFieldOptionId` (long) that points to the relevant `CustomFieldOption` ID. These elements are under the namespace `https://www.google.com/apis/ads/publisher/v202408`. Services provided are Creative, Forecast, LineItem, Order, and Proposal.\n"]]