Google Analytics Tracking for Flex Applications

Send to friendPrinter-friendly version

The team at Flex in Motion have created an awesome new Flex component that tracks user behavior in Google Analytics, with hardly any programming needed from the developer.
Flex developers need only insert the following code into their Flex application to have events like button clicks, checkbox clicks, navigation clicks etc... tracked by Google:
<flexinmotionAnalytics:AnalyticsMagic />
The component is available for sale from the team at Flex in Motion for $110.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Its not that hard to add

Its not that hard to add analytics to a Flash/Flex app, all you need to do is make a single call to the JS method, and you could have greater control by doing so hard coded instead of using this plug in. But I guess people could find this useful.

Its not that hard to

Its not that hard to add...

...unless you are trying to get it working in IE7, where calls to the new Google Analytics code cause JS errors and you don't know WTF is going on.

How to enable tracking

How to enable tracking events in google analytics?

Simple adding, thanks for

Simple adding, thanks for the info...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.