[[["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-02-13 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 basic properties like customFieldId."],["Key properties include customFieldId (inherited) and customFieldOptionId, referencing the chosen option's ID."],["This object is used within services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService for managing custom field values."]]],["This content details `DropDownCustomFieldValue`, a specific type of `CustomFieldValue` used with `CustomField` of the `DROP_DOWN` data type. It inherits from `BaseCustomFieldValue`, which requires a `customFieldId`. `DropDownCustomFieldValue` further requires a `customFieldOptionId`, which links to a `CustomFieldOption` ID. The namespace for these fields is provided and it is specified the relevant services such as `CreativeService`, `ForecastService`, and `LineItemService`.\n"]]