- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 12:11 PM
Is there anyway to see the view count of a KB article for external or anonymous user vs internal users?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 01:27 AM
Hi @tbbusby
Let's try this table below.
Name: Knowledge Use [kb_use]
URL: https://<instance_name>/kb_use_list.do
Basically,You can get the view count with the condition Viewed = true. The User column will track the audience, internal users will be filled as the current user and anonymous user will be filled as Guest.
Let me know if it works for you.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 11:38 PM
Hi @tbbusby
Hi @tbbusby
select "Knowledge" > "Articles" > "Published".
Select the gear icon[setting] and select "View count".
Please check below link once
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0718592
Please check and Mark Helpful and Correct if it really helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 01:27 AM
Hi @tbbusby
Let's try this table below.
Name: Knowledge Use [kb_use]
URL: https://<instance_name>/kb_use_list.do
Basically,You can get the view count with the condition Viewed = true. The User column will track the audience, internal users will be filled as the current user and anonymous user will be filled as Guest.
Let me know if it works for you.
Cheers,
Tai Vu