[[["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."],[[["`CustomFieldValue` represents the value of a custom field that doesn't use a drop-down data type."],["It inherits from `BaseCustomFieldValue` which includes a `customFieldId` to link it to the relevant custom field."],["The `value` field stores the actual custom field data and can be of various types (text, number, boolean, etc.) depending on the custom field's data type."],["The specific `Value` type used for the `value` field is determined by the `CustomFieldDataType` of the associated custom field."],["This structure is used within the Google Ad Manager API, specifically under the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The document details `CustomFieldValue` within the `ProposalLineItemService`, excluding `DROP_DOWN` types. `CustomFieldValue` inherits from `BaseCustomFieldValue`, requiring a `customFieldId`. The `value` attribute specifies the field's value, determined by the `CustomField`'s data type. Supported value types include `ObjectValue`, `BooleanValue`, `DateTimeValue`, `DateValue`, `NumberValue`, `SetValue`, and `TextValue`. Specific `CustomFieldDataType` values like `STRING`, `NUMBER`, and `TOGGLE` are linked to corresponding `Value` types. These components exist within the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]