Hi, I'm attempting to find out how frequent my users are accessing Confluence, and which pages.
There are some useful plugins or macros which provide something similar, but not precisely what I'm looking for.
e.g there is {topusers} - kinda what I'm looking for, but it shows only the top-10 viewers, but it has no option to increase the '10' to a higher value.
there is "contributor-summary" which breaks down on each individual page - but it does only list contributers, not viewers.
there is "tracking-table", but this just access numbers but no names.
Is there anything available like "topusers" or "contributor-summary" which shows me the view of pages (or other objects) along with the viewer names?
The Google Analytics for Confluence plugin now displays data on who has viewed a page:
Importantly, this is done without sending personally indentifiable information to Google Analytics, so complies with the Google Analytics terms of service.
The Mixpanel Engagement Analytics add-on will also let you track all wiki activity.
It's available on the AppFusions website here:
http://www.appfusions.com/display/CONFENGAGE/Home
Also, here's a quick video demo I did this week:
http://www.youtube.com/watch?v=Enx3VJQb_xc
Disclosure: I'm the add-on author for both of these.
AppFusions is no longer on Marketplace. What happened?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AppFusions add-ons are now available from the AppFusions website rather than Marketplace -- fully supported and regularly updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's also the Piwik server -- http://piwik.org/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jim, could you please tell how is your experience with Piwik? I am thinking of exploring it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could hook Confluence up to a web analytics package and track users that way.
I've previously used Webtrends to record metrics such as page/blogpost views, edits, deletes, attachment downloads against users and built reports based on these.
You can report across the wiki or specific to a space.
Other web analytics packages should do this, e.g. Coremetrics or Omniture. Alas, Google Analytics will not permit you to track identifiable users using personally identifiable information (PII).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a version of google analytics available as a plug-in I thought. Is this not true?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. There's the Google Analytics Plugin for Confluence. Check the video.
Disclosure: I wrote the plugin :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's kind of heavy, but you can implement the Community Equity server and install the Community Equity Confluence Plugin
I've experimented with it and we may end up rolling it out once other things get taken care of. I've checked out the source at http://kenai.com/projects/community-equity/ and the plugin is pretty well up to date.
The installation instructions are relatively straightforward, though it deploys on Glassfish 2 instead of Glassfish 3.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have the same need, to be able to build metrics on which pages are viewed by users.
Can this info be accessed directly through queries to the confluence database objects ? If so, in which table the 'viewed' data could be found (I did not find anything on it in the database model) ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This should be available (to some extent) somehwere as the REST api implements a "recently viewed" method.
http://localhost:1990/confluence/rest/recentlyviewed/1.0/recent
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.