abstract type BaseCustomFieldValue (v202502)

  • BaseCustomFieldValue represents the value of a CustomField for a specific entity within the Google Ad Manager API.

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

  • The BaseCustomFieldValue has a required field called customFieldId, which is a long value representing the ID of the CustomField.

  • BaseCustomFieldValue is inherited by CustomFieldValue and DropDownCustomFieldValue.

The value of a CustomField for a particular entity.


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

Field

customFieldId

xsd:long

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