Firebase Analytics Data Disparity

蹲街弑〆低调 提交于 2019-12-06 10:32:45

问题


We use firebase analyitcs for monitoring our android app. We recently released a new version of the app on August the 6th and noticed a disparity in the data being displayed on the dashboard. The data is from interval from 8th August to 10th August.

Data displayed:
Data (What it should be as per firebase definitions):

Assuming that the Daily engagement (which is defined as total engagement) and the daily engagement per user is correct

No. of active users = Daily engagement/ Daily engagement per user = 17h 28m 51s/ 5 min 2s = 208.38

Total no. of sessions = sessions per user x no. of active users= 1.4 x 208.38= 291.733

Session duration should be = Daily engagement/ Total no. of sessions= 3 min 35 sec but its shown as 6min 40 sec (check the screenshot)

Any help or explanation will be appreciated.

Thanks!

Analytics Dashboard Screenshot


回答1:


By default, a session starts after at least 10s of user engagement (after a period of at least 30m of no user engagement). And so, whenever users use your app for a period of less than 10s, you will accrue user engagement without a session. This often occurs after launching a new version of your app, since users download it and open it for a short amount of time (sometimes inadvertently after the upgrade) before backgrounding it.



来源:https://stackoverflow.com/questions/38967231/firebase-analytics-data-disparity

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!