How to count number of users and their clicks when they select tiles under particular HR service ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 11:31 PM
Brief description :
How to check for the number of users who have used tiles and how many times they have clicked those tiles under particular HR Service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 11:46 PM
Hi
May be you would like to explore some data under 'sp_log' table.
Every time any user uses clicks on different elements on any portal, logs are created under this table.
Like when I clicked on '401(k) Plan Enrollment Inquiry' tile under ESC portal, attached records are generated in logs.
you can explore different highlighted values and may be come up with reports you are looking for.
Taranjeet
Please mark reply as Helpful/Correct, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 11:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 07:30 AM
Hi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2022 12:50 PM
Hi Anu,
I would agree that the raw data can probably be mined from the sp_log table. That story may be quite difficult to create.
Have you looked into the User Experience Analytics store application? It provides dashboard views for service portal usage. User Experience Analytics
The navigation paths may provide an interactive tool to help provide insight on usage. User Experience Analytics - Navigation Paths
Hope this helps!
Robert