- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 03:42 AM
Dear All
is it possible to have a count on the number of people that visit the service portal. How can I do this and have a distinct count a day.
then I can break this number down by what they are visiting or searching.
Mava
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 05:08 AM
You will have multiple entries for each access to a page. You could create distinct report on the same to get unique counts pers user. Create a bar chart with the following settings in aggregation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 03:56 AM
Hi,
There is an OOB table called as "Service Portal Login Entries" or sp_log which could be used for tracking the users who have accessed the portal. It would give you an entry for each page accessed by the user and you could report on it further.
URL: https://INSTANCE_NAME.service-now.com/sp_log_list.do
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 04:54 AM
Thank you so much Alikutty this is helping a lot
so what happens if someone visits the same page more than once a day? I it possible to count distinct per page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 05:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2019 05:28 AM
Thank you so much, this is exactly what I am looking for.