Know your users. My vacation project.

Written by Venkat on December 29, 2007 – 11:04 pm

  • I have a map based interactive flex application. I want to know where most of my users are clicking on the map.
  • I have a flex application with lots of features. I want to know which features are being used more than others.
  • I want to find out how users are using my application (where did they start? where did they go from here? what are they clicking most on?)

Several different visualizations have been built to analyze these user behavior patterns and I believe the most impressive of all is a HeatMap. It shows you the hot and cold areas on your application. CrazyEgg, ClickDensity etc have already done this for web applications. I am trying to do something similar for flex based applications. The following is a screenshot of the early stages of this project. It is only a proof of concept for now.

HeatMap

Over the next several days, I will add more features and show you the next revision.

Posted under Flex Components | 2 Comments »