[[["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-05-15 UTC."],[[["`CustomFieldValue` objects represent the values of custom fields that don't use a drop-down data type."],["These objects inherit from `BaseCustomFieldValue` and include a `customFieldId` to link to the relevant custom field."],["The `value` field stores the actual custom field value, with its type determined by the custom field's data type."],["Supported value types include text, number, boolean, date, date and time, and set, each with its corresponding `Value` subclass."],["This structure allows for flexible storage and management of custom field values within the system."]]],["This content defines the `CustomFieldValue` for ad management services, excluding dropdown types. It outlines its inheritance from `BaseCustomFieldValue` and specifies the namespace. Key information includes the `customFieldId`, which links to a specific `CustomField`, and the `value`, which can be one of several `Value` types. The `Value` types are determined by the `CustomField`'s data type, and include: `TextValue`, `NumberValue`, `BooleanValue`, `DateTimeValue`, `DateValue`, `SetValue`, and `ObjectValue`. A table indicates which `Value` type corresponds to certain data types.\n"]]