type CustomFieldOption (v202411)

  • A CustomFieldOption represents a value selection for a custom field with a drop-down data type.

  • Each option has a unique ID assigned by Google, is linked to a specific custom field, and has a display name.

  • CustomFieldOptions can be managed using the createCustomFieldOptions(), getCustomFieldOption(), and updateCustomFieldOptions() methods of the CustomFieldService.

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.