AI-generated Key Takeaways
-
CustomFieldValue
represents the value of a custom field that doesn't use a drop-down data type. -
It inherits from
BaseCustomFieldValue
which provides thecustomFieldId
to link it to a specific custom field. -
The
value
field stores the actual custom field value, with its type varying depending on the custom field's data type (e.g., text, number, boolean). -
Specific value types like
TextValue
,NumberValue
, andBooleanValue
are used to represent different data types within thevalue
field. -
This structure is used within various services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService to manage custom field values.
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
|