Is there anyway to get some sort of page view statistics in our SaaS/On Premise Clarity instance? Specifically: How many page views a specific portlet page is receiving?
Environment
Release : All Supported Releases
Resolution
Nothing is available out of the box, but a few tips that may help:
Using the LOG_DETAILS tables
Using the app access.logs to pull the data:
Take the log file extract the action code, user id and time from the text file in the log
Put this in a database table
Build a portlet based on that
Note: There are some portlets in the Administration->Log Analysis page that provide statistical information from a performance perspective:
To refresh/populate the data, first run the job Tomcat access log import/analyze job.
Go to Administration->Log Analysis
Drill down information is also available on System Stats by Hour/Day tab when you click on a data point in the Average Response by Time server graph
Drill down information is also available on Daily Page/XOG Views regarding how many times a page/portlet have been viewed