I'm looking to enhance the user-friendliness of my applications deployed on the Play Store by tracking users' interactions. Specifically, I want to keep track of:
- Screen Time: Monitoring how much time users spend on each screen.
- Clicks: Tracking user clicks.
- Must-Clicked Products: Identifying key products that users are clicking on most frequently for easier access.
Instead of relying on third-party dashboards, I have the backend in place and just need a way or package to simplify collecting user data and sending it directly to my backend.
I've searched for available packages, but they all seem to require visiting their dashboard to view collected data. I'm looking for something that connects directly to the backend without the hassle of exporting and re-uploading data.
NOTE:
I need a solution that seamlessly integrates with my backend system to track user interactions without any additional steps.