Firebase analytics not give more than 30 minutes data

六眼飞鱼酱① 提交于 2021-02-18 17:44:11

问题


I implemented firebase to my Unity game. I use event tracking code as in the format of:

Eventname(eventid, eventparameter, parametervalue)

Eventid-> something like 'level1_1'

Eventparameter -> different parameters in eac case, 'gameovertype', 'winscore' etc

Parametervalue -> string or number for different cases

I am testing since 2 weeks and I have following problems:

1- Stremview show user data that I needed(gives parameter values and track each user) but it stores users for 30 minutes and cannot reached at this format after. How can I view them later?

2- I look for 'User properties' part but it says 'data is not available for this part'. How can I see the user properties?

3- In events section, I could not view the parameter values under each event. It only show total parameter value in some cases.

Thanks.


回答1:


  1. You cannot view stream view data after 30 minutes.
  2. I'm not sure what the problem is. It's probably the user property has not been set for those events, in case the code to set user properties might not have been reached in production code.
  3. You can track events' parameters so they can be displayed on the Dashboard. See https://support.google.com/firebase/answer/7397304?hl=en&ref_topic=6317489



回答2:


I also faced the same issue. In analytics report, Go to Events, select category of event and click 'Edit parameters reporting' (present on hover at right side) and add custom parameters you have set. After some period you will start seeing reports for custom events for all periods



来源:https://stackoverflow.com/questions/48437868/firebase-analytics-not-give-more-than-30-minutes-data

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