[[["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 represents a value for a custom field with a drop-down data type."],["It inherits from CustomFieldValue and BaseCustomFieldValue, providing essential properties."],["Key properties include customFieldId (inherited) to link to the relevant custom field and customFieldOptionId to specify the selected option from the drop-down."],["This object is used within various Google Ad Manager services, including CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."]]],["The content defines `DropDownCustomFieldValue`, a 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 a specific `CustomFieldOption` ID. This information is related to services including `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`, all within the `v202408` API version.\n"]]