简体   繁体   English

firebase Analytics:Android应用卸载统计信息

[英]firebase Analytics : Android app uninstall stats

I installed Firebase SDK and add below two lines to MainActivity.java 我安装了Firebase SDK并在MainActivity.java下添加了两行

private FirebaseAnalytics mFirebaseAnalytics;
mFirebaseAnalytics = FirebaseAnalytics.getInstance(this);

I need uninstall stats (app_remove event) - like which device user uninstalled the app. 我需要卸载统计信息(app_remove事件) - 就像哪个设备用户卸载了应用程序一样。 Do I need to add more firebase api or is this setup enough? 我是否需要添加更多firebase api或者这个设置是否足够?

To get the app_remove stats, there is no need to add any Java code. 要获取app_remove统计信息,无需添加任何Java代码。 Whenever user uninstalls an app, it gets updated in the console under events section. 每当用户卸载应用程序时,它都会在events部分的控制台中更新。

在此输入图像描述

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

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