Google Analytics Hits sent but not visible on Analytics console

删除回忆录丶 提交于 2019-12-04 08:41:00

Is this running on an emulator without Google Play Services? If so, it's probably not sending them, so you may need to allow it to send with the local dispatch fallback.

Or maybe it hasn't been long enough? It only sends every 30 minutes by default, then takes the GA report site a few hours for it to show up anyway.

It may help to review the official GA Dispatch docs that go into more detail and include other similar things you can try.

This might be a possible solution I have tried with

android version 8.1.104

and

Google analytics version 11.0.2

and it works for me

Try updating the above plugin using sdk manager and for Google analytics update specify the version in gradle file

dependencies {
  // ...
  compile 'com.google.android.gms:play-services-analytics:11.0.2'
}
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!