[[["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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eCustomFieldValue\u003c/code\u003e represents the value of a custom field that doesn't use a drop-down data type.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eBaseCustomFieldValue\u003c/code\u003e, which includes a \u003ccode\u003ecustomFieldId\u003c/code\u003e to link it to the relevant custom field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThis structure is used within Google Ad Manager's API, specifically under the \u003ccode\u003eProposalService\u003c/code\u003e, to manage custom field values for proposals.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this to programmatically access and update custom field values associated with proposals.\u003c/p\u003e\n"]]],["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"],null,[]]