Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

If a site has been using Google Analytics for a while and someone wants to drill in and see data on individual sessions, how would you go about doing getting that data? Is it even possible?

share|improve this question

1 Answer

up vote 2 down vote accepted

Its against Google's TOS to track by inddividual session. You can add custom variables per user, and track that way. But they are more intended for grouping, and if google finds out you are tracking per user, they may cancel your account.

Its really a privacy issue. Google does not control your privacy policy so they make it hard to track per user. That said, there are other providers that do track per session. Woopra comes to mind, where you can tag a visitor. Dont know if Gaug.es supports this, but its a sexy alternative to google analytics.

Last you can host your own visitor tracking script, although its a bit pointless unless the data is critical to you.

One good practice is to write internal code to track important actions of your registered users. That way you can track in your own DB the interactions that matter to you, and use that data in your app.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.