Is it possible to query/track number of clicks on Content Items in service portal?

Steph8
Kilo Contributor

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

vidisha4
Giga Expert

Hello Steph,

You can query/track number of clicks or views on content item in Service Portal.

By open the table :

(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