自定义事件多久才会出现?
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有时,您的分析数据需要几个小时才能显示。
毕竟,Flurry 似乎并不完全是“实时”。
Sometimes it takes several hours for your analytics data to show up.
It would seem Flurry isn't exactly "real time" after all.
我在 Android 中也遇到了同样的问题。
大约 20 分钟后,日志出现在 Flurry 统计数据上。
I had the same issue in Android.
the log appeared roughly 20 mins later on Flurry stats.