[[["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 the `customFieldId` from `BaseCustomFieldValue` to link it to the specific custom field."],["The `value` field stores the actual custom field value, with its type determined by the associated custom field's data type."],["Depending on the data type of the custom field, the `value` can be a `TextValue`, `NumberValue`, `BooleanValue`, or other relevant types."],["This object is used within services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."]]],["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"]]