[[["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 `CustomField` that doesn't have a drop-down data type."],["It inherits from `BaseCustomFieldValue` and includes a `customFieldId` to link it to the relevant `CustomField`."],["The `value` field stores the actual custom field value, with its type depending on the `CustomField`'s `dataType`."],["Different `Value` types like `TextValue`, `NumberValue`, and `BooleanValue` are used based on the `dataType` of the associated `CustomField`."],["This structure is used within the Google Ad Manager API, particularly in services like `ProposalLineItemService` and `ProposalService`, for managing custom field values."]]],["This content outlines the `CustomFieldValue` structure within the Ad Manager API, specifically for `ProposalLineItemService`. It details that `CustomFieldValue` represents a value for a `CustomField` that is not a dropdown type. It inherits from `BaseCustomFieldValue`, requiring a `customFieldId`. The `value` field can take different `Value` types, like `TextValue`, `NumberValue`, or `BooleanValue`, depending on the associated `CustomFieldDataType`. It also specifies relevant namespaces and data type mappings.\n"]]