[[["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 CustomField with a drop-down data type."],["It includes the ID of the CustomField and the ID of the selected CustomFieldOption."],["This object is used within the context of ProposalLineItemService, ProposalService, and other services listed."],["It inherits properties from BaseCustomFieldValue and CustomFieldValue."]]],["The content outlines `DropDownCustomFieldValue`, a specific type of `CustomFieldValue` used with `CustomField` having `CustomFieldDataType.DROP_DOWN`. Key actions involve associating values with custom fields. `customFieldId`, inherited from `BaseCustomFieldValue`, identifies the related `CustomField`. `customFieldOptionId` within `DropDownCustomFieldValue` specifies the `CustomFieldOption` via its ID, linking the value to a predefined option. It references other services such as Creative, Forecast, LineItem, Order and Proposal. The namespace is defined as `https://www.google.com/apis/ads/publisher/v202402`.\n"]]