type DropDownCustomFieldValue (v202411)

  • DropDownCustomFieldValue represents a value for a custom field with a drop-down data type.

  • It inherits from BaseCustomFieldValue and includes customFieldId to link it to the relevant custom field.

  • DropDownCustomFieldValue uses customFieldOptionId to store the selected option from the drop-down.

  • This object is part of the Google Ad Manager API and is used within the Proposal service and other services.

  • It allows setting and retrieving custom field values for proposals and other entities in Ad Manager.

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.