Android: Google Analytics as part of Google Play Service -


now google analytics become part of google play services 4.3, changes need expect?

do still need include googleanalytics jar android project?

what dispatching data? on page https://developers.google.com/analytics/devguides/collection/android/v3/dispatch it's written:

the local dispatch methods referenced in document have been marked deprecated due forthcoming availability of google analytics part of google play services. local dispatch methods may still used in non-google-experience devices.

but doesn't explain how dispatching can managed under google play services

also, wonder, there risk users won't have google play services 4.3 installed, , can't tracked google analytics?

the documentation google analytics sdk v4 (now part of google play services) has been published!

https://developers.google.com/analytics/devguides/collection/android/v4/


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -