type CustomFieldValue (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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,[]]