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 (text, number, boolean, etc.) depending on the custom field's data type.\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 \u003ccode\u003eCustomFieldDataType\u003c/code\u003e of the associated custom field.\u003c/p\u003e\n"],["\u003cp\u003eThis structure is used within the Google Ad Manager API, specifically under the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document details `CustomFieldValue` within the `ProposalLineItemService`, excluding `DROP_DOWN` types. `CustomFieldValue` inherits from `BaseCustomFieldValue`, requiring a `customFieldId`. The `value` attribute specifies the field's value, determined by the `CustomField`'s data type. Supported value types include `ObjectValue`, `BooleanValue`, `DateTimeValue`, `DateValue`, `NumberValue`, `SetValue`, and `TextValue`. Specific `CustomFieldDataType` values like `STRING`, `NUMBER`, and `TOGGLE` are linked to corresponding `Value` types. These components exist within the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,[]]