abstract type BaseCustomFieldValue (v202411)

  • BaseCustomFieldValue represents the value of a CustomField for a specific entity.

  • It is used by several services including CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.

  • BaseCustomFieldValue has dependencies on the Order object.

  • BaseCustomFieldValue is the base class for CustomFieldValue and DropDownCustomFieldValue.

  • The only field defined in BaseCustomFieldValue is customFieldId, which is a required long value representing the ID of the associated CustomField.

The value of a CustomField for a particular entity.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

customFieldId

xsd:long

Id of the CustomField to which this value belongs. This attribute is required.