Update: As with many things Ember, this post has been outdated. Using the new router landing in 1.0, one way to do this is as follows:
1 2 3 4 5 6 7 8 | |
Inevitably, if you are building any web application, you are going to need some form of analytics. Single page javascript applications are no exception. Unlike normal applications, however, integrating Google Analytics and Mixpanel is not as trivial as including some javascript in the page’s header and forgetting about it.
