I'm looking for a guide to interpreting results from Google Analytics. Also is there an API for accessing the data?
views:
195answers:
4I can't recall the exact video but I found some really good tutorials on youtube - I think it was even a google created video
http://video.google.ca/videosearch?q=Google+Analytics&emb=0&aq=f#
I'm looking for a guide to interpreting results from Google Analytics.
I like Advanced Web Metrics; it's come in quite handy. Recommended if you're at least somewhat familiar with analytics packages in general. Otherwise pick something a little simpler, like Google Analytics 2.0.
Also is there an API for accessing the data?
You can find the API here
The Google Analytics blog is definitely worth a look with a mixture of beginners and more advanced articles.
Have a look at the 'useful links' section on the blog, particuarly the Conversion University which has lots of presentations including an 'Interpreting Reports' section.
Google released an Analytics API on Apr 21, 2009. As usual with Google, there are a few caveats:
- It is in "public beta". Everyone can use it, but they reserve the right to modify the API at any time.
- Most, but not all metrics and dimensions are available. You can mostly ignore this fact until you start doing advanced combinations.
- Read-only access.
They provide full developer documentation and an Analytics API Google Group for discussion.
http://code.google.com/apis/analytics/
Note: As a new SO user, I can't add any relevant links for this answer, so feel free to edit this post and add them in.