[[["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."],[[["CustomFieldValue represents the value of a CustomField that doesn't have a drop-down data type."],["It inherits from BaseCustomFieldValue and includes a field for the CustomField ID."],["The `value` field stores the actual value and its type is determined by the CustomField's data type."],["Supported value types include text, number, boolean, date, datetime, and set, each with a corresponding Value subclass."],["This object is used within the Google Ad Manager API, specifically for Proposal services, to manage custom field values for proposals."]]],["The core content details custom field values within several services, including Creative, Forecast, LineItem, Order, and Proposal services. `CustomFieldValue` is the value of a `CustomField` that isn't a dropdown. `BaseCustomFieldValue` contains the `customFieldId`. `CustomFieldValue` includes a `value`, which varies by the `CustomField`'s data type and can be one of Value, ObjectValue, BooleanValue, DateTimeValue, DateValue, NumberValue, SetValue, or TextValue. Data types like STRING, NUMBER, and TOGGLE correspond to TextValue, NumberValue, and BooleanValue, respectively.\n"]]