type CustomFieldOption (v202502)

  • A CustomFieldOption represents a permitted value for a drop-down custom field.

  • CustomFieldOption is associated with a specific custom field through its customFieldId.

  • Each CustomFieldOption has a unique id and a displayName.

An option represents a permitted value for a custom field that has a CustomField.dataType of CustomFieldDataType.DROP_DOWN.


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

Field

id

xsd:long

Unique ID of this option. This value is readonly and is assigned by Google.

customFieldId

xsd:long

The id of the custom field this option belongs to.

displayName

xsd:string

The display name of this option.