Firebase: analyze “post score” events

扶醉桌前 提交于 2019-12-11 05:47:25

问题


Firebase provides a default event type for posting game scores. It includes parameters for the game level, character and score that was posted. However, viewing this event in the Firebase analytics console I can't see the level/character/score data anywhere, though I can see the total number of "post score" events.

How can I analyze e.g. the distribution of scores, or the average level achieved per game, etc?


回答1:


Not all predefined event params are reflected in reports. You have a couple of options for further analysis: you can create audiences with filters based on the param values you're interested in, or you can use BigQuery for more in-depth analysis of your data.
EDIT: You can now set up custom parameter reporting.



来源:https://stackoverflow.com/questions/43721294/firebase-analyze-post-score-events

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