How is user_engagement event generated in firebase analytics?

拈花ヽ惹草 提交于 2020-04-12 14:33:12

问题


I have seen a param named firebase_screen_class (along with engagement_time_msec, firebase_event_origin and firebase_screen_id) in the user_engagement event in bigQuery, it contains the name of activity classes in my app. Please, can you explain this params and how is the user_engagement event generated?

I also wonder whether this can be useful to get the quantity of impressions or screen views of the activities in my app.


回答1:


The user_engagement event is triggered when a user interacts with the app for a minimum duration.

This can be controlled using the setMinimumSessionDuration() method call, also the timeout for a session can be controlled using the setSessionTimeoutDuration() call.

For tracking screen view it is recommended to integrate Firebase with GTM. Take a look at this tutorial for implementation details.



来源:https://stackoverflow.com/questions/43054696/how-is-user-engagement-event-generated-in-firebase-analytics

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