Is there any plugin that gives page Hit count for confluence
Hi there,
I think this can be done by using Google Analytics plugin. However this is a commercial plugins, therefore there will be a fee for using this plugin.
Hope this information helps.
I've been using Google Analytics without the plugin since my site went live. The plugin seems nice, but it's very easy to get GA up and running without it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confluence does come with a basic logging facility
https://confluence.atlassian.com/display/DOC/Viewing+Space+Activity
Just be careful if you have a high load system
There's also some more info in the Confluence knowledge base
https://confluence.atlassian.com/pages/viewpage.action?pageId=154239308
You can also get the tomcat container to record the HTTP logs which can then be put through an analyzer like AWstats, webalizer or anything here
https://confluence.atlassian.com/display/JIRA/User+access+logging
One tip though, don't use the tomcat configuration entry Atlassian give you, it won't work with most other analyzers, instead use this one, it's faster as well.
<Valve className="org.apache.catalina.valves.FastCommonAccessLogValve" directory="D:\atlassian-data\confluence-home\logs\access-logs" prefix="tomcat_access_log." suffix=".log" pattern="combined" resolveHosts="false" />
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This can help with the page statistics: https://marketplace.atlassian.com/apps/1217079/page-view-tracker?hosting=datacenter&tab=overview
Its free as well. However only available for DC and Server sites.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.