AI-generated Key Takeaways
-
CustomFieldValue
represents the value of aCustomField
when its data type is notDROP_DOWN
. -
It inherits from
BaseCustomFieldValue
which contains the ID of the associatedCustomField
. -
The
value
field stores the actual custom field value and its type depends on theCustomField
's data type (e.g.,TextValue
forSTRING
,NumberValue
forNUMBER
). -
Supported data types for
CustomFieldValue
includeSTRING
,NUMBER
, andTOGGLE
, each mapping to a specificValue
type.
The value of a CustomField that does not have a CustomField.dataType of CustomFieldDataType.DROP_DOWN.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|||||||||
---|---|---|---|---|---|---|---|---|---|
BaseCustomFieldValue (inherited)
|
|||||||||
|
Id of the |
||||||||
CustomFieldValue
|
|||||||||
|
The value for this field. The appropriate type of
|