How do I get more statistics from Confluence?
Platform Notice: Data Center - This article applies to Atlassian products on the Data Center platform.
Note that this knowledge base article was created for the Data Center version of the product. Data Center knowledge base articles for non-Data Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Purpose
To get more statistics from Confluence. Confluence has several plugins that you can use for generating statistics.
Solution
- Use the SQL for Confluence plugin and {chart} macro together. Read the Confluence Reporting HOWTO for information about the reporting capabilities of Confluence, including the {
sql
} macro, charting, and security.- Our user community has contributed some great SQL queries as well.
- The Reporting add-on contains macros which allow powerful and flexible reporting on Confluence content and content from other locations.
- ServiceRocket's Tracking add-on contains macros for anonymously tracking content access. Otherwise known as hit counting, this macro provides the ability to count the number of times a given piece of content has been viewed. It does not count views by the most recent editor of the page.
- Try using the {
tracking-info
} macro to track the number of times an attachment is downloaded.
- Try using the {
- Use Knowledge Pathways for Confluence add-on to track consumption and completion of specific Confluence content.
Write User Macro like the {countpages} macro, which counts the number of pages in a space.
- Use the Contributors and Contributors Summary macros to get more details regarding the contributors for required pages.
- Use the simple Viewtracker plugin to track page or blog views and viewers.
In addition, Confluence has a built-in access logging mechanism, which shows who has logged in and the URL invoked. To enable it, you need to modify a couple of configuration files and restart Confluence. The traditionally generated access log can then be analysed by one of the available access log analyser tools such as Webalizer, Google Analytics or AwStats which can generate useful statistics.
If none of the above tools satisfy your requirements, you can create a feature request in JIRA. Please note that there are already several feature requests and improvements created by our customers all being collated under one umbrella issue.
Please cast your vote, add your comments to the discussion and don't forget to add yourself as a watcher to be notified of the progress. All our improvements and new features are implemented according to this guide.
RELATED TOPICS