abstract type BaseCustomFieldValue (v202502)

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

  • It is used in various services including CreativeService, ForecastService, and ProposalLineItemService.

  • BaseCustomFieldValue has dependencies on objects like ProposalLineItem.

  • It has inherited classes such as CustomFieldValue and DropDownCustomFieldValue.

  • The customFieldId is a required attribute representing the ID of the associated CustomField.

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.