[[["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 like text, number, boolean, date, and more, determined by the custom field's data type."],["This structure is used within Google Ad Manager's API, specifically under the `ProposalService`, to manage custom field values for proposals."],["Developers can use this to programmatically access and update custom field values associated with proposals."]]],["The core content describes `CustomFieldValue`, representing a value for a `CustomField` that is not a dropdown. It inherits from `BaseCustomFieldValue`, which requires a `customFieldId`. `CustomFieldValue`'s `value` field stores the actual data, with its type determined by the associated `CustomField`'s `dataType`. Several `Value` types are supported including TextValue, NumberValue, and BooleanValue, mapping to STRING, NUMBER, and TOGGLE `CustomFieldDataType` respectively. The service namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]