[[["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 from `BaseCustomFieldValue`, which includes a `customFieldId` to link it to the relevant custom field."],["`CustomFieldValue` itself contains a `value` field that can hold various data types depending on the custom field's configuration."],["The specific `Value` type used for the `value` field is determined by the custom field's `dataType` property, ensuring data integrity."],["This object is used within Google Ad Manager's API to manage and represent custom field values for entities like creatives, line items, and orders."]]],["The document details the `CustomFieldValue` for ad management, which represents a value for a `CustomField` without the `DROP_DOWN` type. Key actions include defining the `customFieldId`, a required attribute that identifies the `CustomField`. The `value` field then specifies the actual data, which can be one of several `Value` types, like `TextValue`, `NumberValue`, `BooleanValue`, or others, all determined by the `CustomField`'s data type. Several services are mentioned that use the `CustomFieldValue` in the system: ForecastService, LineItemService, OrderService, ProposalLineItemService, ProposalService.\n"]]