[[["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 the \u003ccode\u003ecustomFieldId\u003c/code\u003e from \u003ccode\u003eBaseCustomFieldValue\u003c/code\u003e to link it to the specific custom field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field stores the actual custom field value, with its type determined by the associated custom field's data type.\u003c/p\u003e\n"],["\u003cp\u003eDepending on the data type of the custom field, the \u003ccode\u003evalue\u003c/code\u003e can be a \u003ccode\u003eTextValue\u003c/code\u003e, \u003ccode\u003eNumberValue\u003c/code\u003e, \u003ccode\u003eBooleanValue\u003c/code\u003e, or other relevant types.\u003c/p\u003e\n"],["\u003cp\u003eThis object is used within services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.\u003c/p\u003e\n"]]],["The core content describes the `CustomFieldValue` within the ad management system, used for fields not of the `DROP_DOWN` type. It details `CustomFieldValue`'s relationship with `BaseCustomFieldValue`, inheriting its `customFieldId`. `CustomFieldValue` contains a `value`, whose type aligns with the `CustomField.dataType` and can be a `Value`, `ObjectValue`, `BooleanValue`, `DateTimeValue`, `DateValue`, `NumberValue`, `SetValue`, or `TextValue`. Specific data types, like `STRING`, `NUMBER`, and `TOGGLE` from `CustomFieldDataType` match with `TextValue`, `NumberValue`, and `BooleanValue`, respectively.\n"],null,[]]