[[["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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eCustomFieldValue\u003c/code\u003e represents the value of a custom field that doesn't use a drop-down data type.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eBaseCustomFieldValue\u003c/code\u003e, which includes a \u003ccode\u003ecustomFieldId\u003c/code\u003e to link it to the relevant custom field.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCustomFieldValue\u003c/code\u003e itself contains a \u003ccode\u003evalue\u003c/code\u003e field that can hold various data types depending on the custom field's configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe specific \u003ccode\u003eValue\u003c/code\u003e type used for the \u003ccode\u003evalue\u003c/code\u003e field is determined by the custom field's \u003ccode\u003edataType\u003c/code\u003e property, ensuring data integrity.\u003c/p\u003e\n"],["\u003cp\u003eThis object is used within Google Ad Manager's API to manage and represent custom field values for entities like creatives, line items, and orders.\u003c/p\u003e\n"]]],["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"],null,[]]