0

I am using Google Analytics v4 in Android application but i want to know:
What is difference between Google Analytics v3 and Google Analytics v4 ?

Pararth
  • 8,114
  • 4
  • 34
  • 51
Deepak Ror
  • 333
  • 1
  • 5
  • 13
  • refer [GA for v4](http://java.dzone.com/articles/working-google-analytics-api) and [Migration Guide](https://developers.google.com/analytics/devguides/config/mgmt/v2/migration-guide) – Pararth May 27 '14 at 09:25
  • which is Best v4 or v3 ? – Deepak Ror May 28 '14 at 08:37

1 Answers1

0

In the v4 Google Analytics API has a number of helper classes and configuration options which can make getting up and running fairly straight forwards.

YOu can get more info here

Rohit
  • 2,646
  • 6
  • 27
  • 52
  • which is Best v4 or v3 ? – Deepak Ror May 28 '14 at 08:41
  • Rohit bro..Please tell me the best way of handle my DataBase .with fast insertion and updation. – Deepak Ror May 28 '14 at 12:38
  • @DeepakRor: Follow this link it will help you.. http://stackoverflow.com/questions/2493331/what-are-the-best-practices-for-sqlite-on-android – Rohit May 29 '14 at 03:39
  • V4 absolutely DOES require Google Play services. This is very clear from the documentation and the gradle call to include it: compile 'com.google.android.gms:play-services-analytics:8.4.0' – MotoRidingMelon Dec 27 '15 at 15:29