Firebase分析控制台中的自定义事件 [英] Custom events in Firebase analytics console

查看:1014
本文介绍了Firebase分析控制台中的自定义事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遵循Firebase Analytics入门指南将我的Google分析项目导入到Firebase。一切都很顺利,只是我在做我的测试时看不到任何新的数据(自定义事件和新用户)。

没有实时功能,所以至少我应该在应用程序发出后立即看到在仪表板中发布的自定义事件。

p>

这里是我想要实现的一个例子:
$ b $ mFirebaseAnalytics.logEvent test_event,null);



从logcat中我可以看到:

记录事件(FE):test_event



但分析仪表板仍为空。任何想法?

解决方案

事件不会马上变成现实 - 它需要与仪表板中出现的任何数据相同的处理。这应该在24小时内,根据处理作业的运行时间而定,可能会快到几个小时。

另外值得一提的是,控制台中的默认视图是昨天的30天。选择右上方的下拉菜单并选择今天以查看最近的事件


I have followed the Firebase Analytics start guide to import my google-analytics project into Firebase. Everything went fine except that I cannot see any new data (custom events and new users) while I'm doing my tests.

There is no real-time functionality so at least I'm expected to see my custom events published in the dashboard as soon as they are emitted by the app.

Here an example of what I'm trying to achieve:

mFirebaseAnalytics.logEvent("test_event", null);

From the logcat I can see:

Logging event (FE): test_event

but the analytics dashboard remains empty. Any idea?

解决方案

The events don't turn up right away - it requires the same processing as for any data to appear in the dashboard. This should be within 24 hours, and may be as fast as a few hours, depending on when the processing jobs run.

Its also worth noting the default view in the console does is the 30 days to yesterday. Select the drop down on the top right and select Today to see the most recent events

这篇关于Firebase分析控制台中的自定义事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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