type DropDownCustomFieldValue (v202508)

  • A DropDownCustomFieldValue is a type of CustomFieldValue used for CustomField objects with a data type of DROP_DOWN.

  • This object includes the inherited field customFieldId which is the ID of the associated CustomField.

  • The DropDownCustomFieldValue specifically contains the field customFieldOptionId, which is the ID of the chosen CustomFieldOption.

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


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

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.