Firebase Analytics not showing screen names and events

僤鯓⒐⒋嵵緔 提交于 2019-12-05 17:39:55

If you're using the setCurrentScreen() event, you should be able to see it at the Analytics > Events panel. Then, select screen_view and a screen with, beyond other stuff, a card titled firebase_screen will show you the sceen_view events grouped by the name you gave them when logging the event.

Another card titled User engagement will show you the screen_class you want to see, as well as the visualization percentage and average time spent on each screen.

Custom events (like your ga_event) should also be shown at the Analytics > Events section at the Firebase Dashboard.

Important: Custom events might take up to 24 hours after called to show up on Firebase.

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