- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2017 12:42 PM
Has anyone set up reporting to track service portal use? If so, what reporting do you have and how did you do it?
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- 10,068 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2017 01:03 PM
have you seen 'usage overview' module under service portal
it has bunch of OOB reports based on 'sp_log' table.
(please mark helpful/like/correct if it helps)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2017 01:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2017 01:21 PM
I hadn't. For some reason we haven't exposed it. Working on that now. Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 03:01 PM
Hi,
You may create any reports, charts based on the sp_log, and sp_page tables. Actually, both tables can be joined to obtain more meaningful results.
At my company I have created the following charts:
- Most popular pages by days, weeks, months (bar chart)
- Total number of hits so far (total number, gauge)
- Amount of users who visited Portal by days, weeks etc. (column chart, sp_log table has been joined with user table)
- Most active departments broken by pages visited (bar chart)
etc.
Of course, it is possible to develop more detailed hits' logging to the sp_log table to obtain appropriate level of granularity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2019 10:57 PM
Hi Piotr,
Could you please share how did you create report for number of users who visited portal by month?
Many thanks,
Prajakta