Want to know who are the most active users on your Confluence wiki this week?
This wiki markup snippet should help. It tabulates:
- Overall activity
- Page creations
- Page Updates
- Page views
- Page Popularity
h1. This Week's Wiki User Activity Charts
h2. Overall
{topusers:spaces=@all|timespan=1w|period=weekly|events=create,update,view|display=icon,title,count}
h2. Breakdown
<code>
|| Page Creation || Page Updates || Page Views || Page Popularity ||
| {topusers:spaces=@all|timespan=1w|period=weekly|events=create|display=icon,title,count} | {topusers:spaces=@all|timespan=1w|period=weekly|events=update|display=icon,title,count} | {topusers:spaces=@all|timespan=1w|period=weekly|events=view|display=icon,title,count} | {popular:spaces=@all|timespan=1w|period=weekly|events=view|display=icon,title,count} |
</code>