Page Summary
-
CustomFieldValue represents the value of a CustomField that is not a dropdown type.
-
It is used in several services including CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.
-
CustomFieldValue inherits from BaseCustomFieldValue and has a
customFieldIdto link it to a CustomField. -
The
valuefield holds the actual value, which can be of various types such as TextValue, NumberValue, BooleanValue, DateValue, DateTimeValue, ObjectValue, or SetValue, depending on the CustomField's data 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) customFieldId
xsd:
long
Id of the CustomField
to which this value belongs. This attribute is required.
CustomFieldValue
value
The value for this field. The appropriate type of Value
is determined by the CustomField.dataType
of the CustomField
that this conforms to.
| CustomFieldDataType | Value type |
|---|---|
| STRING | TextValue |
| NUMBER | NumberValue |
| TOGGLE | BooleanValue |

