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 the \u003ccode\u003ecustomFieldId\u003c/code\u003e from \u003ccode\u003eBaseCustomFieldValue\u003c/code\u003e to link it to the specific custom field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field stores the actual custom field value, with its type determined by the associated custom field's data type.\u003c/p\u003e\n"],["\u003cp\u003eDepending on the data type of the custom field, the \u003ccode\u003evalue\u003c/code\u003e can be a \u003ccode\u003eTextValue\u003c/code\u003e, \u003ccode\u003eNumberValue\u003c/code\u003e, \u003ccode\u003eBooleanValue\u003c/code\u003e, or other relevant types.\u003c/p\u003e\n"],["\u003cp\u003eThis object is used within services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.\u003c/p\u003e\n"]]],["The core content describes the `CustomFieldValue` within the ad management system, used for fields not of the `DROP_DOWN` type. It details `CustomFieldValue`'s relationship with `BaseCustomFieldValue`, inheriting its `customFieldId`. `CustomFieldValue` contains a `value`, whose type aligns with the `CustomField.dataType` and can be a `Value`, `ObjectValue`, `BooleanValue`, `DateTimeValue`, `DateValue`, `NumberValue`, `SetValue`, or `TextValue`. Specific data types, like `STRING`, `NUMBER`, and `TOGGLE` from `CustomFieldDataType` match with `TextValue`, `NumberValue`, and `BooleanValue`, respectively.\n"],null,[]]