Can you track specific views from users on news articles?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Is there a table you can pull data from for news article content? OOB you can see how many users have viewed it, but we want the ability to see which specific user viewed it, similar to how you can see user data for knowledge article views.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday - last edited Wednesday
Hi @MeganCox ,
No, ServiceNow does not track which specific users viewed News articles out of the box.
Only total view counts are stored for News content.
Unlike Knowledge articles (which log each view in the kb_use table), News articles do not generate per‑user records.
If you need to see which users viewed which News article, you must implement a custom tracking solution (e.g., a custom table populated via a UI Script or widget logic).
There is no OOB table you can query today to get this data
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Views are tracked as part of content engagement feature. Check out here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@MeganCox , this information exists in the table: sn_ce_view_list.do. It can also be found in the Content Engagement dashboard under 'Unique Views'. From that graph, you can click on a data point to 'Go to Record', which will take you to the sn_ce_view_list.do table. You can filter accordingly.
