[[["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 represents the value of a CustomField that doesn't have a drop-down data type."],["It inherits from BaseCustomFieldValue, which includes the ID of the associated CustomField."],["The 'value' field stores the actual custom field value, with its type depending on the CustomField's data type."],["Different data types like STRING, NUMBER, and TOGGLE correspond to specific Value types like TextValue, NumberValue, and BooleanValue, respectively."],["This object is used within various Google Ad Manager services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."]]],["The core content describes `CustomFieldValue`, focusing on its relationship with `CustomField`. `CustomFieldValue` represents a value for a `CustomField` that isn't a dropdown. It inherits from `BaseCustomFieldValue`, requiring a `customFieldId`. The `value` field is crucial, and is presented in an array of possible value type, the type depends on the `CustomField.dataType`, which is defined as String, Number, or Toggle.\n"]]