type DropDownCustomFieldValue (v202411)

  • DropDownCustomFieldValue is a type of CustomFieldValue specifically for custom fields with a drop-down data type.

  • It's used within the Google Ad Manager API and inherits properties from BaseCustomFieldValue.

  • Key properties include customFieldId (inherited) and customFieldOptionId, representing the associated custom field and selected option respectively.

  • The namespace for this object is https://www.google.com/apis/ads/publisher/v202411.

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.