Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.33 KB

File metadata and controls

19 lines (15 loc) · 1.33 KB

AppInstall

Properties

Name Type Description Notes
name string Name of the installed application. [optional]
first_login \DateTime Date and time of the user's first login to the app. [optional]
first_login_human string Human-readable representation of the first login date. [optional]
last_activity \DateTime Date and time of the user's last activity in the app. [optional]
last_activity_human string Human-readable representation of the last activity date. [optional]
google_tokens int Number of Google push notification tokens associated with the app install. [optional]
apple_tokens int Number of Apple push notification tokens associated with the app install. [optional]
order_count int Number of orders placed by the user through this app install. [optional]
user_agent_at_signup string User agent string at the time of signup. [optional]
user_agent_most_recent string Most recent user agent string used by the user. [optional]

[Back to Model list] [Back to API list] [Back to README]