Google Analytics for flash
I recently started working at Ignited as a freelancer. Whats funny is that just today I was asked to look into using Google Analytics for the flash project we were working on and Jesse Warden, a blogger I follow, posted a blog about Google Analytics. He also has a great series on his Agile Development Process experience. This one in particular was interesting because he named a few tools he used that I knew about and some I didn’t.
Back to Google Analytics, after looking briefly into it, its going to be very easy to track stuff in flash and its free. At my previous company we tracked stuff ourselves using amfphp and a mysql database. With Google Analytics, this simplifies it greatly and once we can access that data with an API, it will be easy to display the data in any form that we want even though Google already does a pretty good job. (I heard about being able to access the Google Analytics data in the future, from an old coworker that attended a Google Analytics session at Adobe Max). The more I think about it, the more I’m skeptical about it because then Google Analytics could be used for various other reasons and its free….or maybe not in the future.
Tags: Google Analytics
Here’s a snippet about Google’s export API :
The Data Export API enables you to create software programs and applications using all read-only report level data from Analytics. The data exported can be used in any number of ways, such as building custom dashboards, creating data visualizations or interfaces, performing offline analysis, and combining/mashing Analytics data with other data sources. The API will be a platform for developers to extend Analytics data in new and practical ways, as far as can be imagined and implemented.
- from http://analytics.blogspot.com/2008/10/more-enterprise-class-features-added-to.html
awesome, thanks!