firebase analytics: understanding user engagement

笑着哭i 提交于 2020-12-12 17:54:07

问题


The image is from google blog https://firebase.googleblog.com/2017/05/whats-new-with-analytics.html

Engagement per user is 12m 25s.

game_board takes up 90.4% of total engagement, however average engagement time is only 0m 54s for the game_board .

How should I interpret the numbers?

(avg engagement time x avg engagement count) / 12m 54s = 0.904 for game_board?


回答1:


That the average user spends 54 seconds playing something until game over/exit game. One session can have multiple user engagements, i.e. the user restarts the level after game over.

The average user spends 12m 25s in the app, with 90.4% of that time spent on the game_board.



来源:https://stackoverflow.com/questions/49868651/firebase-analytics-understanding-user-engagement

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