AI-generated Key Takeaways
-
CustomFieldValue represents the value of a CustomField that is not a drop-down type.
-
It includes an inherited
customFieldId
to identify the associated CustomField. -
The
value
field holds the actual data, with its type determined by the CustomField's data type. -
The
value
field can be of various types, including TextValue, NumberValue, and BooleanValue, depending on the CustomFieldDataType.
The value of a CustomField that does not have a CustomField.dataType of CustomFieldDataType.DROP_DOWN.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Field |
|||||||||
---|---|---|---|---|---|---|---|---|---|
BaseCustomFieldValue (inherited)
|
|||||||||
|
Id of the |
||||||||
CustomFieldValue
|
|||||||||
|
The value for this field. The appropriate type of
|