[[["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."],["It inherits from BaseCustomFieldValue and includes a customFieldId to link it to the relevant custom field."],["It stores the selected drop-down option's ID using the customFieldOptionId field."],["This object is part of the Google Ad Manager API and is used within various services like CreativeService, ForecastService, and others."]]],["The document outlines `DropDownCustomFieldValue`, a specific type of `CustomFieldValue` used when a `CustomField`'s data type is `DROP_DOWN`. Key information includes the `customFieldId`, which identifies the related `CustomField`, and the `customFieldOptionId`, which represents the selected `CustomFieldOption`. This is used within several services like `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. `DropDownCustomFieldValue` inherits from `BaseCustomFieldValue`.\n"]]