Whether you think about it from the start or not, every web application needs some kind of user monitoring. Questions such as “Do users have trouble registering?”, “Why don’t they buy product x?” need clear answers in order to move your site forward. A typical Vaadin application can not be used with some of the most popular web site analytics tools such as Google Analytics. A Vaadin application runs on one page, so it’s impossible to track users in the “old-fashioned” way.
There is however a user friendly Vaadin component that allows you to track user actions. It’s called GoogleAnalyticsTracker and this post goes into an important issue you might face when you try it out.
Read More »