mih*_*o39 6 android firebase firebase-analytics
first_open
我对Firebase 中的事件感到困惑。这是文档:
文档
first_open:用户在安装或重新安装应用程序后第一次启动该应用程序。
当用户将应用程序下载到设备上时,不会触发此事件,而是在他或她第一次使用该应用程序时触发。要查看原始下载量,请查看 Google Play 开发者控制台或 iTunesConnect。
然而谷歌的一些人说: 参考这个链接
最后一个重要的区别是,当现有用户迁移到包含 Firebase 的应用程序的新版本时,他们将记录 first_open 事件。因此,即使他们不是新用户,他们也会登录first_open。
据我了解,如果我们通过 Google Play 更新应用程序,然后再次启动应用程序,first_open 会被记录吗?那是对的吗 ?
更新:
Firebase 版本
根/
classpath 'com.google.firebase:firebase-plugins:1.1.5'
Run Code Online (Sandbox Code Playgroud)
应用程序/
implementation 'com.google.firebase:firebase-core:16.0.6'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.google.firebase:firebase-perf:16.2.3'
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
5001 次 |
最近记录: |