Profile Fields
Describes the fields available in the profile
Adnuntius Data holds a Visitor Profile record for each of your users. Each profile provides many fields to store data against.
Fields
A partial list of the available fields is provided in the table below. See the Data Types section for further details about the field data types.
Field Name | Data Type | Description | Example |
---|---|---|---|
|
| First Name |
|
|
| Last Name |
|
|
| Title |
|
|
| Date of Birth |
|
You can view the full list of available fields within the Adnuntius Data admin UI. This list is also available via the Adnuntius API.
Data Types
The different fields may be one of the following data types:
Data Type | Description | Example |
---|---|---|
| Text surrounded by double quote ( |
|
| A whole number than can range from a minimum value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807 | 9999 |
| A date in YYYY-MM-DD format. Must be surrounded by double quote ( | "2019-12-31" |
| A timestamp in YYYY-MM-DD HH:MM:SSZ format. Must be surrounded by double quote ( | "2019-10-20 01:59:59Z" |
Field Mappings
You can create custom field mappings to provide alternative names for fields.
Last updated