abstract type BaseCustomFieldValue (v202508)

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

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

  • BaseCustomFieldValue is the base class for CustomFieldValue and DropDownCustomFieldValue.

  • The customFieldId attribute, which is a required long value, identifies the CustomField associated with this value.

The value of a CustomField for a particular entity.


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

Field

customFieldId

xsd:long

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