abstract type BaseCustomFieldValue (v202505)

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

  • It has a required field, customFieldId, which identifies the CustomField to which the value belongs.

  • BaseCustomFieldValue is used in various services including CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.

  • It has two subclasses: CustomFieldValue and DropDownCustomFieldValue.

The value of a CustomField for a particular entity.


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

Field

customFieldId

xsd:long

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