自定义事件多久才会出现?

发布于 2024-10-25 22:03:55 字数 313 浏览 2 评论 0原文

我正在尝试使用 Flurry 将分析跟踪添加到 iPhone 应用程序。

我已经连接了 Flurry,并且它似乎可以很好地跟踪会话和使用情况。但是,我刚刚尝试添加自定义事件日志,但每当我查看 Flurry 分析“事件”页面时,它都会告诉我“您当前没有跟踪任何事件”。

在我的代码中,我正在调用

[FlurryAPI logEvent:@"Test_Load"];

从 Flurry 文档来看,这似乎是正确的,但我无法在 Flurry 中显示任何事件数据。知道我是否做错了吗?或者是否需要一段时间才能在其网站上看到事件数据?

I am attempting to add analytics tracking to an iPhone application using Flurry.

I already have Flurry wired up, and it seems to be tracking sessions and usages just fine. However, I just now tried to add a custom event log, but whenever I view the Flurry analytics 'Event' page it tells me that "You are not currently tracking any Events."

In my code I'm calling

[FlurryAPI logEvent:@"Test_Load"];

From the Flurry documentation this seems to be correct, but I cannot get any Event data to show up in Flurry. Any idea if I'm just doing this wrong? Or does it sometime take a while before the event data is visible on their website?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓝海似她心 2024-11-01 22:03:55

有时,您的分析数据需要几个小时才能显示。

毕竟,Flurry 似乎并不完全是“实时”。

Sometimes it takes several hours for your analytics data to show up.

It would seem Flurry isn't exactly "real time" after all.

妳是的陽光 2024-11-01 22:03:55

我在 Android 中也遇到了同样的问题。
大约 20 分钟后,日志出现在 Flurry 统计数据上。

I had the same issue in Android.
the log appeared roughly 20 mins later on Flurry stats.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文