[[["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 custom field that doesn't use a drop-down data type."],["It inherits from `BaseCustomFieldValue`, which includes a `customFieldId` to link it 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 (e.g., text, number, boolean)."],["Different `Value` types are used depending on the custom field's data type, such as `TextValue` for string fields and `NumberValue` for number fields."],["This object is utilized within various Google Ad Manager services like `ForecastService`, `LineItemService`, and `OrderService`."]]],["The core content defines `CustomFieldValue`, excluding `DropDownCustomFieldValue`, associated with various services: Creative, Forecast, LineItem, Order, ProposalLineItem, and Proposal. `CustomFieldValue` holds a `value` tied to a `CustomField` via `customFieldId`. The `value` type depends on the `CustomField`'s `dataType` and can be one of Value, ObjectValue, BooleanValue, DateTimeValue, DateValue, NumberValue, SetValue or TextValue. Specific data types like STRING, NUMBER, and TOGGLE correspond to TextValue, NumberValue, and BooleanValue, respectively.\n"]]