Is it possible to add a parameter to the Firebase default 'session_start' event?

荒凉一梦 提交于 2020-01-25 09:34:06

问题


The title is the content. I want to add a parameter to the session_start event.

The document says that there is no parameter for the session_start event, but no information about the custom parameter.

Is it possible to add a parameter to the session_start event? Is it impossible to add a parameter to all the Firebase default event?


回答1:


There's no way to add a custom parameter to the session_start event, or to any other automatically collected event, since parameters are added when you call logEvent and your app doesn't call logEvent for automatically collected events. Depending on the information you wanted to add to the session_start event, there may be other ways of gathering that information.



来源:https://stackoverflow.com/questions/50968483/is-it-possible-to-add-a-parameter-to-the-firebase-default-session-start-event

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