abstract type BaseCustomFieldValue (v202411)

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

  • It is used by various services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.

  • BaseCustomFieldValue has a customFieldId field which is the ID of the CustomField to which the value belongs.

  • It acts as a base class, with CustomFieldValue and DropDownCustomFieldValue inheriting from it.

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.