Hi all,
I have an app where the navigation occurs via HTML elements and using so-called “Breadcrumbs”, and I would like to collect usage statistics for it in terms of:
- Number of times each page is accessed in a week
- Number of users that have opened the app in a week
- Number of users currently online
Is this possible with our apps, and if yes is there any standard “template” to achieve this? (i.e., I think of invoking a function whenever a certain HTML url is opened to track the number of times a page is accessed)