type DropDownCustomFieldValue (v202411)

  • DropDownCustomFieldValue represents a value for a custom field with a drop-down data type in Google Ad Manager.

  • It inherits from CustomFieldValue and BaseCustomFieldValue, providing a structure for storing custom field values.

  • The key properties include customFieldId (inherited) and customFieldOptionId, identifying the custom field and selected option, respectively.

  • This object is relevant to services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService within the Ad Manager API.

A CustomFieldValue for a CustomField that has a CustomField.dataType of CustomFieldDataType.DROP_DOWN


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

Field

BaseCustomFieldValue (inherited)

customFieldId

xsd:long

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

DropDownCustomFieldValue

customFieldOptionId

xsd:long

The ID of the CustomFieldOption for this value.