[[["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-11-19 UTC."],[[["DropDownCustomFieldValue represents a value for a custom field with a drop-down data type in Google Ad Manager."],["It inherits from CustomFieldValue and BaseCustomFieldValue, providing a structure for storing custom field values."],["The key properties include customFieldId (inherited) and customFieldOptionId, identifying the custom field and selected option, respectively."],["This object is relevant to services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService within the Ad Manager API."]]],["The content defines `DropDownCustomFieldValue`, a specific type of `CustomFieldValue` used with `CustomField` that have a `DROP_DOWN` data type. Key information includes its namespace and inheritance from `BaseCustomFieldValue`. The core actions involve specifying the `customFieldId` of the associated `CustomField` and the `customFieldOptionId`, which references a specific `CustomFieldOption`. This is utilized across multiple services such as `CreativeService`, `ForecastService`, `OrderService`, etc.\n"]]