Goals
- Easy
- Optional
- Automatic (once turned on)
- Zero code required
- Always turned off on development mode
- Non-obtrusive (in respect to the framework code)
- Track page changes including: moduleBaseUrl + token
- Track user actions
Turning it on
Add in your gwt.xml module:
<set-configuration-property name="app.google.analytics"
value="UA-16452165-1" />
¿Thats all?
Yes, I love simplicity.