简体   繁体   English

Android的Fabric插件中的每日新用户身份-crashlytics

[英]Daily new users Identity in Fabric plugin for Android - crashlytics

How does the daily new users active figure calculated?Does it mean that these users are the first timers? 每天的新用户活动数字如何计算?这意味着这些用户是第一个计时器吗? Is there any documentation which explains these words like : 是否有任何文档解释这些词,例如:

Monthly Active Daily Active Daily New Crash-free Users Total Sessions 每月活跃的每日活跃的每日新的无崩溃用户总计会话

Is there a way to know the smartphone models and Android versions of these *Active users?How? 有没有办法了解这些*活跃用户的智能手机型号和Android版本?如何?

Thanks in advance ! 提前致谢 !

As a reference point from Fabric's documentation . 作为Fabric 文档的参考点。

Daily Active Users: The number of unique app installations across all devices that were active on a specific day. 每日活跃用户:在特定日期活跃的所有设备上唯一应用安装的数量。 Note: Foreground activity must happen for a device to be active. 注意:前台活动必须发生才能使设备处于活动状态。

Daily New Users: The number of new app installations across all devices on a given day. 每日新用户在一天中所有设备上新安装的应用程序的数量。 Deleting and reinstalling the app would create a new daily user. 删除并重新安装该应用程序将创建一个新的日常用户。 Updating versions of the app will not create a new daily user. 更新应用程序版本不会创建新的日常用户。

Monthly Active Users: The number of unique app installations across all devices that were active over the trailing 30-day period. 每月活跃用户:过去30天内在所有设备上活跃的唯一应用程序安装数量。 Note: Foreground activity must happen for a device to be active. 注意:前台活动必须发生才能使设备处于活动状态。

Crash-Free Users: The percentage of daily active users that had a crash-free experience on a given day. 无崩溃用户:在一天中拥有无崩溃经验的每日活动用户的百分比。 Note: On Android or iOS, caught exceptions or logged errors are not considered crashes and are not included in this metric. 注意:在Android或iOS上,捕获的异常或记录的错误不视为崩溃,也不包含在此指标中。

Sessions: The total number of sessions across all app installations on a given day. 会话数:在一天中所有应用安装的会话总数。

If you go to the "Audience" page from your app's dashboard on Fabric, you can see the devices and OS versions being used for the current day. 如果从Fabric上的应用程序仪表板转到“受众群体”页面,则可以看到当天使用的设备和操作系统版本。 If you click on the graph for a day in the past, then you will see the values from that day. 如果单击过去一天的图表,则将看到该天的值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM