I didn't quite got the difference between using
EasyTracker easyTracker = EasyTracker.getInstance();
and
Tracker tracker = GoogleAnalytics.getInstance(this).getTracker("UA-XXXX-Y");
EasyTracker is a class designed to easy the burden of adding Google Analytics tracking code to your application. It runs in single thread.
In short, it is recommended to use EasyTracker.
p.s. EasyTracker is a subclass of Tracker
Reference: https://developers.google.com/analytics/devguides/collection/android/v3/migration
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With