[[["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-02-13 UTC."],[[["`CustomFieldValue` represents the value of a custom field that doesn't have a drop-down data type."],["It inherits from `BaseCustomFieldValue` which contains the ID of the associated custom field."],["The `value` field stores the actual custom field value, with its type depending on the custom field's data type."],["The `value` can be of various types including text, number, boolean, date, datetime, set, or a generic object value."],["Different `CustomFieldDataType` values correspond to specific `Value` types for storing the custom field's value."]]],["The core content describes the `CustomFieldValue` object, used for custom fields, excluding those of type `DROP_DOWN`. It inherits from `BaseCustomFieldValue`, requiring a `customFieldId`. `CustomFieldValue` also includes a `value` field. The `value` field's type aligns with the `CustomField`'s data type, supporting `TextValue`, `NumberValue`, or `BooleanValue`. These `Value` types correspond to `STRING`, `NUMBER`, and `TOGGLE` data types. The content also lists services such as `CreativeService` and `ForecastService`.\n"]]