AI-generated Key Takeaways
-
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()
, andupdateCustomFieldOptions()
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 |
|
---|---|
|
Unique ID of this option. This value is readonly and is assigned by Google. |
|
The id of the custom field this option belongs to. |
|
The display name of this option. |