Is it possible to query/track number of clicks on Content Items in service portal?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2018 05:13 PM
There doesn't seem to be a field on the table that would do so, but is this captured in system logs in a retrievable way or some other way?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2018 09:45 PM
Hello Steph,
You can query/track number of clicks or views on content item in Service Portal.
By open the table :
Service Portal Log Entries
(sp_log.LIST).
then Select : Catalog View in Type Field.
Here, you can find the view information for any particular user.
Now you can count the clicks or views by performing GlideAggregate Query in this table.
Thanks
Vidisha