-
September 2014 · 4 minute read
I use Google Analytics to collect some usage information in Wish ‘N U.This post is to explain what do I collect and why.
-
August 2014 · 3 minute read
I have created a class that can work as a wrapper for google analytics operations. To initialize, it only needs a context variable. To send events I wrote sendException,sendEvent and sendTime methods, asks analyticsTracker to call respective methods and accept same arguments which can be passed directly to related tracker methods.