Table of Contents
Automated Native View Timers (performance timing)
The Blue Triangle SDK automatically sets up timers to measure the appearance of Native Views in the Mobile app:
Session Management
What is a Session?
A session is used to group collected user data over a period of time. Each session has a unique Session ID. Sessions expire after 30 minutes of inactivity, with inactivity being defined as the period during which the user is not actively engaging with the app. This period of inactivity starts when the user goes off the screen and ends when the user relaunches the app.
There can be multiple off-screen user scenarios:
- The user killed the app
- The system killed the app
- The device rebooted
- The user puts the app in the background (for example, by tapping the home button)
- The user received a phone call
- The user locked the device screen
Comments
0 comments
Please sign in to leave a comment.