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\u003eThe \u003ccode\u003evalue\u003c/code\u003e field stores the actual custom field data and can be of various types like text, number, boolean, date, and more, determined by the custom field's data type.\u003c/p\u003e\n"],["\u003cp\u003eThis structure is used within Google Ad Manager's API, specifically under the \u003ccode\u003eProposalService\u003c/code\u003e, to manage custom field values for proposals.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this to programmatically access and update custom field values associated with proposals.\u003c/p\u003e\n"]]],["The core content describes `CustomFieldValue`, representing a value for a `CustomField` that is not a dropdown. It inherits from `BaseCustomFieldValue`, which requires a `customFieldId`. `CustomFieldValue`'s `value` field stores the actual data, with its type determined by the associated `CustomField`'s `dataType`. Several `Value` types are supported including TextValue, NumberValue, and BooleanValue, mapping to STRING, NUMBER, and TOGGLE `CustomFieldDataType` respectively. The service namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,[]]