katrinsharp / becipe

http://www.becipe.com
0 stars 1 forks source link

Metrics for User Generated Content sites #32

Closed katrinsharp closed 10 years ago

katrinsharp commented 11 years ago

Here's what we should be tracking once we open up for users to create their own recipes. Assume these are monthly based numbers.

  1. Number of unique visitors visiting our site. Already being tracked by google analytics.
  2. % of visitors that open an account.
  3. % of account holders that log in at least once (this will be of concern early on to see if people are successfully registering).
  4. % of account holders that created at least 1 recipe.

A lot of these should be easy to extract from our database I figure. We should track user logins which will go a long way to answering point 3. We may also want to focus on frequency of logging in so tracking every login event will be useful.

Also, we should track the date when an account is opened.

Also, when we open for comments, we will want to track % of accounts that posted at least 1 comment.

katrinsharp commented 10 years ago
  1. GA
  2. Number of signups vs number of users.
  3. table for all logins added.
  4. easily calculated from db all the rest could be calculated from 3.