gpt4 book ai didi

android - Firebase Analytics 事件不显示值

转载 作者:行者123 更新时间:2023-11-29 15:04:47 26 4
gpt4 key购买 nike

我是 Firebase 的新手,我想了解它,我想跟踪我的用户解锁的成就(通过我的 ID)

我看到很多关于这个的帖子,比如 this它说的地方

Currently, parameter reporting is offered only on a subset of suggested events. If you need to access your custom parameters, you can link your app to BigQuery and run queries on the raw data there.

据我所知,它应该显示建议事件的值,但我什至没有得到这些值,我得到的是事件而不是值,我的控制台没有显示任何值。

我在代码上做错了什么?我误解事件?还是 Firebase 没有正常工作?

代码发送到 firebase 我的 id

 Bundle bundle = new Bundle();
bundle.putString(FirebaseAnalytics.Param.ACHIEVEMENT_ID, Integer.toString(lm.logros[a].id));
mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.UNLOCK_ACHIEVEMENT, bundle);

最佳答案

要访问您在 Firebase Analytics 中登录的所有数据(在您的情况下是值部分)。您必须链接 firebase 才能使用不免费提供的 Google Big Query 服务。

关于android - Firebase Analytics 事件不显示值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38695326/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com