DataType Enum
The possible subscriber list data field data types
Possible Values
#
TEXT
Text up to 256k, which is typically 256 characters in most languages
DATE
Date only data type, no time is stored
DATE_TIME
Date and time
NUMBER
Numerically value stored with only a decimal separator
BIRTHDAY
Partial date stored as m/d
ZIP_CODE
US postal code
PHONE
Phone number conforming to the United States phone number format
INT_PHONE
International phone number with little formatting restrictions
IMAGE
Fully qualified URL to an external image
URL
Fully qualified URL
STATE
State within the United States. When used in a form, this field is rendered as a dropdown with all states listed.
COUNTRY
Country. When used in a form, this field is rendered as a dropdown with all countries listed in English
Correctly formatted email address
Usages
#
References
#
- Field dataType from DataField
DataFieldSortInput