Hi Everyone,
as of sometime in November, Google has released a AS3 module that enables communication directly with Google Analytics, w/o the constraints of passing through Javascript. This combined with the imminent public deployment of Event Tracking, makes for a very exciting combination indeed!
This post is a follow-up to a previous post: Using Google Analytics to track activity inside of a Flash or Flex AS3 application, I suggest reading it as it will give you in-depth details on how google analytics works.
There are a few situations where you would like to use the AS3 module instead of the Javascript API to track activity in your flash application. For example:
- Your app is distributed using Gigya, ClearSpring, WidgetAvenue or other distribution platform.
- Your app is hosted on a different host than the html page it is contained in (which would cause cross-scripting nightmares)
- Your app is an AIR app, hence no HTML around it
- You are a developer and don’t want to have to embed your app inside of HTML to know if event tracking works! (my favorite!)
