type CustomFieldOption (v202411)

  • CustomFieldOption represents a permitted value for a custom field with a data type of DROP_DOWN.

  • Each CustomFieldOption has a unique readonly ID assigned by Google, the ID of the custom field it belongs to, and a display name.

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/v202411

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.