| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Name of the installed application. | [optional] |
| FirstLogin | DateTime? | Date and time of the user's first login to the app. | [optional] |
| FirstLoginHuman | string | Human-readable representation of the first login date. | [optional] |
| LastActivity | DateTime? | Date and time of the user's last activity in the app. | [optional] |
| LastActivityHuman | string | Human-readable representation of the last activity date. | [optional] |
| GoogleTokens | int? | Number of Google push notification tokens associated with the app install. | [optional] |
| AppleTokens | int? | Number of Apple push notification tokens associated with the app install. | [optional] |
| OrderCount | int? | Number of orders placed by the user through this app install. | [optional] |
| UserAgentAtSignup | string | User agent string at the time of signup. | [optional] |
| UserAgentMostRecent | string | Most recent user agent string used by the user. | [optional] |