A customer of mine wants to track members on the website and get statistics. What is the the best way to achieve that? Google Analytics doesnt seem the right way for doing this.
You can probably do this with Custom Variables in Google Analytics http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html - although when we had to do this recently, we added a hit logger (similar to the old umbraco stat) which added a row into the database for every page hit, including sessionid, and memberid if it existed. It can be slow, but we've not noticed it on our fairly niche, low volume traffic site
Track members - show statistics
Hi!
A customer of mine wants to track members on the website and get statistics. What is the the best way to achieve that? Google Analytics doesnt seem the right way for doing this.
Any ideas?
You can probably do this with Custom Variables in Google Analytics http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html - although when we had to do this recently, we added a hit logger (similar to the old umbraco stat) which added a row into the database for every page hit, including sessionid, and memberid if it existed. It can be slow, but we've not noticed it on our fairly niche, low volume traffic site
Try Nuconomy
http://www.nuconomy.com/
is working on a reply...