How does Firebase Analytics define a “user” (for purposes of Audience)?

一曲冷凌霜 提交于 2019-11-28 00:20:29

In Firebase Analytics, a User is synonymous with an instance of an app. So:

  1. If your app is installed on Device A, then uninstalled, then re-installed on Device A, you will have two distinct Users.

  2. If your app is installed on Device A and then later on Device B, that counts as two distinct Users.

Too late but for somebody.
Follow google support's User-ID and Cross Device. And About the User-ID feature details about benefits of having our own User ID.

Steve Ganems's answer is right. Without user id, user's uniqueness is based on app's instance. Once it is lost(uninstalled), that user is lost. So obviously the app in different device is considered as a distinct user.

From doc:

Without user ID, a search on a phone one day, purchase on a laptop three days later, and request for customer service on a tablet a month after that are counted as three unique users in a standard Analytics implementation, even if all those actions took place while a user was signed in to an account.

When you implement User-ID, you can identify related actions and devices and connect these seemingly independent data points. That same search on a phone, purchase on a laptop, and re-engagement on a tablet that previously looked like three unrelated actions on unrelated devices can now be understood as one user’s interactions with your business.

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