readOnlyContactData
The readOnlyContactData object contains read-only contact level data returned when calling readContacts.
Name | Type | Comments |
---|---|---|
geoIPCity | string | The city recorded for the contact based on their last known non-mobile IP addresses. |
geoIPStateRegion | string | The state/region recorded for the contact based on their last known non-mobile IP addresses. |
geoIPZip | string | The zip code recorded for the contact based on their last known non-mobile IP addresses. |
geoIPCountry | string | The country recorded for the contact based on their last known non-mobile IP addresses. |
geoIPCountryCode | string | The country code recorded for the contact based on their last known non-mobile IP addresses. |
primaryBrowser | string | The primary browser (Firefox, Chrome, Safari, etc.) used by a contact. |
mobileBrowser | string | The mobile browser (Safari mobile, Firefox mobile, Chrome mobile) used by a contact. |
primaryEmailClient | string | The primary email client (Microsoft Outlook, Mozilla Thunderbird, Apple Mail, etc.) used by a contact. |
mobileEmailClient | string | The mobile email client (Gmail mobile, Yahoo Mail for mobile, etc.) used by a contact. |
operatingSystem | string | The operating system (MacOSX, WinXP, Win7, Android, iOS etc.) used by a contact. |
firstOrderDate | dateTime | The date of the first order recorded for a contact. |
lastOrderDate | dateTime | The date of the last order recorded for a contact. |
lastOrderTotal | decimal | The total amount of revenue recorded for the most recent order. |
totalOrders | long | The total number of orders recorded for a contact. |
totalRevenue | decimal | The total amount of revenue recorded for a contact. |
averageOrderValue | decimal | The average amount of revenue per order recorded for a contact. |
lastDeliveryDate | dateTime | The last date a delivery was made to the contact. |
lastOpenDate | dateTime | The last date an open was recorded for the contact. |
lastClickDate | dateTime | The last date a click was recorded for the contact. |