Reporting on Content Item usage in the Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 06:46 PM
Hi All,
We have a several Content Items on our service portal (mostly with a bit of information text and a link to an internal company page).
I'm looking to run a report where I can see the number of views each Content Item is receiving to help inform which ones we should prioritise into a Catalog Item, rather than sending the customer to another website which may contain a form for a different system.
When looking at the out of the box usage reports for the Service Portal, I can only see Catalog Item views, and looking at the sp_log table, the entries are listed, but there is no information about which Content Item is being viewed.
Should I be looking at a different table or is it possible to view the Content Item ID or name from the sp_log entry?
Any advice would be much appreciated, thanks!
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:10 PM
Hi
You are in the right direction of using sp_log table.
Column "text" will capture the name of your content item. Column "table" can be used to filter the results related to content items only and look for the number of clicks.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 12:53 AM
Thanks
The log entries don't appear to contain any values for 'table' or 'text' in the list view, is there a field on the Content Items that needs to be populated for this to appear?
As an example, this is a screenshot of a log entry where I've visited a content item.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 05:25 AM
Hi Ben,
did you find a way to report on Content Items?
We have the same requirement 🙂
Thx!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2022 04:56 PM
Hi Charlotte,
Best I could find in the end was using the 'Search Signal Result Events' table which displays which Catalog/Content Item or Knowledge Article result was provided to the customer in the portal in the search.
https://<<instancename>>/sys_search_signal_result_event_list.do?sysparm_query=search_signal_event.search_event.application_table%3Dsp_portal&sysparm_view=
All the best!