“ FirebaseAnalytics.Param.SIGN_UP_METHOD”无法在控制台中保存“值”和“事件名称” [英] 'FirebaseAnalytics.Param.SIGN_UP_METHOD' is failing to save the 'value' along with 'Event name` in the console

查看:131
本文介绍了“ FirebaseAnalytics.Param.SIGN_UP_METHOD”无法在控制台中保存“值”和“事件名称”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用以下代码来分析用户使用的sign_up方法:

I'm using this code to analyse the sign_up method user is using:

Bundle bundle = new Bundle();
bundle.putString(FirebaseAnalytics.Param.SIGN_UP_METHOD, "sign_up_method");
mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SIGN_UP, bundle);

用户注册后,上面给出的代码应将事件保存在Firebase控制台中

as soon as the user sign up, above given code is supposed to save the event in the Firebase console.

问题是正在创建事件,但列,即未显示 sign_up_method

The problem is that the event is getting created but the there's nothing under the value column, i.e., sign_up_method is not getting shown.

这是控制台中的快照(事件名称: sign_up 在这里,但代替了 sign_up_method ,有一个-):

Here's a snapshot from the console (event name: sign_up is there but in place of the sign_up_method, there is a -):

出了什么问题在这里?

请让我知道。

推荐答案

我问了Firebase支持团队也有同样的问题,他们告诉我

I asked the same question from the Firebase Support Team and they told me that


不幸的是,并非所有参数都直接在
中表示分析报告。它仅在建议的
事件的子集中可用。但它们可以用作受众群体定义中的过滤器,每个报告
。如果您的应用程序
链接到BigQuery项目,它们也将包含在导出到BigQuery的数据中。

Unfortunately, not all parameters are represented directly in your Analytics reports. It is only available on a subset of suggested events. But they can be used as filters in Audience definitions for every report. They are also included in data exported to BigQuery if your app is linked to a BigQuery project.

因此,无论哪个链接您的应用程序使用BigQuery或对Firebase所提供的功能感到满意。

So, either link your app to BigQuery or get satisfied with what Firebase has to provide.

这篇关于“ FirebaseAnalytics.Param.SIGN_UP_METHOD”无法在控制台中保存“值”和“事件名称”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆