自动事件的Firebase日志记录错误

时间:2018-01-23 13:34:41

标签: firebase google-analytics firebase-analytics

我正在Firebase Analytics上记录一些自定义事件,但是有些错误会继续记录自动事件(例如screen_view)以及自定义事件,无论我是否明确地调用它们。当我记录常规自定义事件(例如,单击按钮)时,我可以在DebugView上看到它们而没有任何错误。

我已经从Chintan点验证了名称的规则(事件键最多36个字符,值最多100个)为this answer并且确认没有事件保留名称。

根据Analytics Error Codes,我一直收到错误代码13 - 这意味着事件名称已保留

有关可能发生的事情的任何想法?有人面临同样的问题吗?

以下是DebugView中显示错误的方法:

enter image description here

提前致谢!

修改

根据要求添加一段日志:

A piece of the Logcat log

2 个答案:

答案 0 :(得分:1)

您是否可以查看您是否使用前缀为" firebase _ "," google _ "或" ga _ "?

根据official documentation **The "firebase_", "google_" and "ga_" prefixes are reserved and should not be used.**

答案 1 :(得分:0)

根据API docs for Analytics.Event,screen_view是一个保留的事件名称,不能用于记录您自己的自定义事件。