简体   繁体   English

未捕获 Firebase Analytics user_engagement 事件

[英]Firebase Analytics user_engagement events not captured

I have integrated firebase analytics in my android application.我在我的 android 应用程序中集成了 firebase 分析。 Screen views are captured correctly.屏幕视图被正确捕获。 But user_engagement events are not captured which is supposed to be captured automatically as user stay on the screen for every 10 second by default.但是没有捕获 user_engagement 事件,默认情况下,当用户每 10 秒停留在屏幕上时,应该自动捕获该事件。

The user_engagement event will automatically be triggered when the app is in the foreground state for a period of time.当应用处于前台状态一段时间时,会自动触发 user_engagement 事件。 To verify if your implementation is correct, please enable the verbose logging for your app and use the DebugView console .要验证您的实现是否正确,请为您的应用启用详细日志记录并使用DebugView 控制台 Switching the app from foreground state to background state to foreground state should trigger the event.将应用程序从前台状态切换到后台状态再到前台状态应该会触发该事件。 If the issue persists, then reach out to Firebase support.如果问题仍然存在,请联系 Firebase 支持。

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

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