Technology Status Page on Service Portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I need more insight into who actually uses the Technology Status Page and how frequently it is accessed. Can Someone please advise on how I can obtain these details using platform / user analytics
- How many people use it?
- How often (average visits per user)?
- Whether usage spikes during major incidents?
- Unique users accessing the page ?
- Frequency of use per user (how many users visited more than once)?
- Any seggregation available (e.g., by department, location, support group)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
To report on who visited a ServiceNow Service Portal page, query the Service Portal Log Entry (sp_log) table. Filter by the specific page and group by "User" to identify unique visitors
*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9m ago
- How many people use it? (Answer: You need to track page views or sessions from User Experience Analytics .Refer: User Experience Analytics )
- How often (average visits per user)? (check total session/unique use count , refer: User Analytics Unique User Count
- Whether usage spikes during major incidents? (Ans : Compare User Experience Analytics data with Major Incident timelines i.e time stamp from incident table).
- Unique users accessing the page ? ( Refer: User Analytics Unique User Count )
- Frequency of use per user (how many users visited more than once)? (Do user-level tracking means no of user_id , session count etc)
- Any seggregation available (e.g., by department, location, support group) Ans: Use the "Breakdowns" feature in User Experience Analytics to segment users by location , support grounp. Note:you have to join analytics data with sys_user and other table to get this feature)
Refer: https://www.servicenow.com/docs/r/yokohama/platform-user-interface/service-portal/sp-analytics.html
