I'm using the universal-analytics <https://github.com/ArcBees/universal-analytics> package from ArcBees on my gwt-views <https://github.com/gilberto-torrezan/gwt-views> project, and in my experience you can avoid most of the gin part if you want, by calling the classes directly, or by isolating the injection stuff in a package (my approach... see it here <https://github.com/gilberto-torrezan/gwt-views/tree/master/src/main/java/com/github/gilbertotorrezan/gwtviews/client/analytics>). You don't have to convert all your code to use dependency injection.
On Tuesday, October 13, 2015 at 4:25:59 AM UTC-3, Ed wrote: > > Anybody knows any good simple GWT wrappers around (newer) Google Analytics > "analytics.js" (Google Analytics Universal)? > I noticed wrappers around the old ga.js, but can't find any simple ones > for the new "analytics.js". > I noticed ArcBees has one on github, but it's with gin and other stuff I > don't want. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
