Both, Area 51 and stackexchange.com display the total number of users as one of the statistics available for each site. Area 51 additionally displays the number of avid users defined by meeting a certain threshold of reputation on the site. There is also a graph of new users in the moderator tools.

I consider the total number of users, as it is displayed currently, a completely useless statistic. I have no way to determine how many of those users are actually active on the site, I can only see how many people have registered. Many of those might never have come back to the site. The number of new users in the moderator tools is also not very useful, as I have no idea if those new users actually come back to the site and contribute to it.

The number of avid users on Area 51 is also not a sufficient statistic, as it doesn't tell us if those high reputation users are still contributing to the site. Most users don't rage-quit and have their account deleted, they just fade away silently. Most sites likely have some users with a lot of reputation that are not contributing anymore.

The most important thing I want to see from the user statistics is whether the site is gaining or losing active users. A site that is steadily gaining users that actively participate in the site, either by contributing posts or maybe just by reading and voting on the content, is a site I would consider healthy (barring any other severe problems). If a site that is hemorrhaging users, if the number of active users is shrinking over time that would be a very clear warning sign that there are severe problems with the site.

If the user base of a site is shrinking, it would be useful to see this problem as soon as possible to be able to take countermeasures. This is where a better statistic for the number of active users would be very handy. This would be especially important on beta sites, to better gauge the health of the site.

For this statistic we need to define what constitutes an "active user", some ideas would be

  • Has visited the site in the last 30 days
  • Has performed at least x actions in the last 30 days (actions would be new posts or edits, maybe also voting and commenting)
  • Was active at least once before (to filter out new users, this statistic should show the people who stick around)

I've create a very basic SEDE query that shows the number of active users (posted at least once in the last 30 days). Though more interesting would be the time-dependence of that number, but my SQL knowledge is not sufficient for that query.

One might also split the statistic into active users and passive users, who only read the site, but do so regularly.

This statistic would be most interesting for beta sites, so a SEDE query would be not possible. Integration with the moderator tools, so that the mods could see the number of active users over time would be most useful.

link|improve this question

56% accept rate
The criteria for an "active user" are just some very rough ideas, if someone has a better idea please post it here. – Mad Scientist Aug 20 '11 at 17:39
4  
we are aware of this, and it ties into a "citizenship rating" we are considering to replace "accept rate", etc. But no ETA at this time. – Jeff Atwood Sep 12 '11 at 6:55
Possibly better query: data.stackexchange.com/stackoverflow/q/112331/… – Sklivvz Sep 12 '11 at 7:55
feedback

2 Answers

I fully support this request. Since the "avid user" stats on Area51 only look at rep threshold and you get 100/200 points for free for associating an account, sites usually end up with several users with 200+ rep (which you can easily get from two questions/answers in a private beta), who have all but stopped participating on the site.

I noticed this trend on gardening.SE, where Area51 lists 89 users as "avid", but only a handful actively contributed to the site. So I dug up some info using the API (that's the only way to access info for beta sites) and compiled some stats. Only about 2.4% (13 users) of the user base (533 users) accounted for more than 1/2, 2/3 and 1/4 of upvotes, answers and questions respectively. Looking at the "last login" date on the "avid users", I could see that a good number of them hadn't logged in for a while (this info wasn't shared in the meta post).

While I was not completely shocked by the results, it certainly was very illuminating and definitely something that would be nice to have in the mod analytics page. It helps to visualize quickly if the active user base is growing or shrinking or staying flat and how much of activity is generated by them.

link|improve this answer
1  
Don't you need it to be Seasonally adjusted, for gardening.se... – Ian Ringrose Sep 5 '11 at 14:29
@IanRingrose We've only been up for 3 months now, and we'd need more data to look for seasonal trends. Right now, I can only say that people were initially active and buzzing during the first 3 weeks of beta and then stopped. However, I'm certain that seasons will play a part and I'm seeing a bit of that right now, as traffic has been steadily increasing for the last 10 days, because it is lawn season in most places. – yoda Sep 5 '11 at 14:49
feedback

There is a "traffic" statistic that tracks the number of visitor sessions per day, but from a description of how it is calculated it looks like users can be counted multiple times if they visit several times in a day. While better than simply counting the number of people that have registered, the traffic stat isn't good enough because a small group of super-active people can make the site's numbers look higher than they really are.

As an example of this in action, someone on the Japanese Language and Usage beta site started tracking the public Area 51 metrics and plotting them on a graph: enter image description here

As you can see, the traffic (red) on the JLU site has increased over the last three weeks, along with the number of users (yellow), but the "avid user" stat (blue) has been flat. This suggests to me that a few of the avid users became more active the past few weeks, but we're not getting a healthy influx of new active users, just people who are probably asking a question or two and disappearing.

An actual "active user" statistic publicly provided by the site would make it easier to accurately measure the health of a beta community over time. The currently available metrics can be misleading and overestimate the activity of the userbase.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged