[[["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 represents a custom field value for drop-down type custom fields in Google Ad Manager."],["It inherits from BaseCustomFieldValue and includes a customFieldOptionId to specify the selected option."],["The customFieldId links the value to the corresponding custom field definition."],["This object is used within the ProposalLineItemService, ProposalService, CreativeService, ForecastService, LineItemService, and OrderService."]]],["The content defines 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) which refers to the linked `CustomField`, and `customFieldOptionId` (long) representing the selected `CustomFieldOption` ID. It relates to several services such as `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService` and `ProposalService`. The namespace is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]