AI-generated Key Takeaways
-
CustomFieldValue represents the value of a CustomField that doesn't have a drop-down data type.
-
It inherits from BaseCustomFieldValue, which includes the ID of the associated CustomField.
-
The 'value' field stores the actual value and can be of various types like text, number, boolean, etc., depending on the CustomField's data type.
-
The specific Value type used for the 'value' field is determined by the corresponding CustomField's dataType property.
-
Different CustomFieldDataTypes like STRING, NUMBER, and TOGGLE correspond to specific Value types like TextValue, NumberValue, and BooleanValue, respectively.
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
|