Admins might want to know certain statistics about articles on how many views it got internally or externally so that they can decide to archive or keep certain articles.
There is an object in Salesforce called the KnowledgeArticleViewStat which can be used for accessing certain statistics related to the article views, like the NormalizedScore and the ViewCount.
Viewcount gives the number of unique views a published or archived article has received in the selected channel.
A Channel is where the article is viewed:
In the Developer Console, the following SOQL query example will return the count for the number of article views by internal users. We can use the Channel App since it is meant for the internal Salesforce Knowledge application. The SOQL query is as follows:
SELECT id, ViewCount from KnowledgeArticleViewStat where Channel = 'App'
Developer Console Query Editor
AppExchange - Lightning Knowledge Dashboard
AppExchange - Knowledge Dashboard Pack for CRM Analytics
Report on Salesforce Knowledge Articles
000383653

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.