【发布时间】:2016-07-19 03:02:04
【问题描述】:
我想将用户搜索事件记录到 Firebase,但搜索事件中的 Search_Term 参数值未显示在仪表板中。这是我的代码:
Bundle bundle = new Bundle();
bundle.putString(FirebaseAnalytics.Param.SEARCH_TERM, searchText);
mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SEARCH, bundle);
我尝试使用其他参数记录不同的事件,并且参数值正确显示在仪表板中!
我该如何解决这个问题?谢谢
【问题讨论】:
-
这个问题的答案请参考:stackoverflow.com/questions/37507941/…
-
@Steve Games Search 事件和 Search_Term 参数是该建议事件之一
-
目前,仅对建议事件的子集提供参数报告。
-
@Steve Ganem 哦,我明白了。在哪里可以找到这个子集列表?
-
子列表是什么
标签: android firebase firebase-analytics