abstract type BaseCustomFieldValue (v202411)

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

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

  • The BaseCustomFieldValue has a dependency on LineItemSummary and has derived classes like CustomFieldValue and DropDownCustomFieldValue.

  • The customFieldId is a required attribute of type xsd:long, 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.