How event “first_open” in firebase analytic count?

自闭症网瘾萝莉.ら 提交于 2019-11-28 21:26:51

There are a number of reasons why first_open counts will differ from Google Play or App Store installs. You referred to one key distinction in our documentation. You also referred to a second one -- if a user installs, opens, uninstalls and opens the app again, that will count as one install in Play and two first_opens in Firebase.

The last important distinction is that when existing users migrate to the new version of your app which includes Firebase, they will log a first_open event. And so, even though they are not new users, they log a first_open. In the near future, we will change this behavior so that such events are filtered out of your first_open event report. However, those events will still be exported to BigQuery and will carry a flag that denotes that the first_open was due to a new Firebase integration.

In any case, once the majority of your users migrate to/past this first Firebase-integrated version of your app, this will be less of a factor in your reporting.

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