AI-generated Key Takeaways
-
DropDownCustomField is a type of custom field that uses a drop-down menu for data input.
-
It inherits properties like
id
,name
,description
,isActive
,entityType
,dataType
, andvisibility
from the base CustomField object. -
DropDownCustomFields have a unique property
options
, which is a read-only list of allowed CustomFieldOption objects defining the drop-down choices. -
These fields can be associated with various entities like Line Items, Orders, Creatives, Proposals, and Proposal Line Items.
-
The namespace for this object is
https://www.google.com/apis/ads/publisher/v202411
.
A custom field that has the drop-down data type.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
CustomField (inherited)
|
|
|
Unique ID of the |
|
Name of the |
|
A description of the custom field. This value is optional. The maximum length is 511 characters |
|
Specifies whether or not the custom fields is active. This attribute is read-only. |
|
The type of entity that this custom field is associated with. This attribute is read-only if there exists a CustomFieldValue for this field. Enumerations
|
|
The type of data this custom field contains. This attribute is read-only if there exists a CustomFieldValue for this field. Enumerations
|
|
How visible/accessible this field is in the UI. Enumerations
|
DropDownCustomField
|
|
|
The options allowed for this custom field. This is read only. |