As of v8.0.1 we have refactored BrowseReporter’s tracking methods for improved data consistency, performance, and integrity. We’ve also introduced new tracking capabilities and improved on our existing ones.
Before v8.0.1 web usage was captured once the browser tab or window was closed. This led to a delay in the console receiving the data.
With the new refactored tracking you will get minute-by-minute tracking without your end user having to navigate or close their active page.
Before v8.0.1 application usage was displayed as a summary of how many minutes an app was used in a given hour. With this new release, you can now see what apps are being used minute-by-minute, allowing you to verify the specific times a given app was used.
The previous Session Tracking setting would track the application data and aggregate it to the hourly period it was used within.
⚠️IMPORTANT NOTES
Using the session tracking (legacy) option is a less granular option than real-time tracking.
With session tracking enabled web usage will only be captured once the browser tab or window is closed. This will lead to delays in the console getting the data. It requires the end user to close their browser sessions.
With
session tracking application usage is displayed as a summary of how
many minutes an app was used in a given hour. Session Tracking will
track the application data and aggregate it to the hourly period it was
used within.