In Screens you can find the list of all the screens of your app on the left hand side. Next to the screen column, you can find different metrics for each screen such as the visit count, Avg. visit duration, User count, Rage tap rate etc.
- Spot the screens with the highest quit rate, check the heatmap, and watch the session replays to understand the reasons behind those metrics.
- Easily identify screens that cause users the most frustration by sorting them by rage taps count. Visualize those frustrations with the screen recordings and heat maps.
- Find the most visited screens or those with greater user interaction or engagement.
- Discover the screens with the highest percentage of crashes.
How to use it:
» Select the time period you want to analyze by clicking on the upper right corner. The metrics will automatically change based on the selected date.
» Add or remove columns according to your needs by by clicking on the three little bar icons on the right
» Click on the metric to sort the order from highest to lowest or lowest to highest.
- To find a specific screen you can click on the search field and type the screen name
- You can filter the screen list by screen visits, device properties, screens with certain events (such as the add to cart event) to find the screens that matter to you.
Important Metrics
Visit Count: Total number of visits to the screen within the selected date range.
User Count : Total number of distinct users who visited the screen within the selected date range.
To see the screen heat map and recordings you just need to click on the screen. Read more about heatmaps →
The best way to set the screen names and make sure that they're tagged correctly is using the Tag Screen Names API. However, you can also change the name manually whenever you want:
If you use certain frameworks such as React Native, Flutter, or Cordova, or you have one or more fragments inside an Android activity, you should use our API to tag screens.
Read more about it here →