导出 Flurry.com 数据
我一直在使用 Flurry.com 为我的 iPhone 应用程序捕获分析数据。我向他们发送有关我的应用程序中发生的情况的自定义事件信息(注册/登录/等)。我通过这些事件传递额外的信息。现在我想访问这些信息并对其进行分析。我该怎么做?
在他们的网站上,我可以看到从我的应用程序捕获的小“页面”信息。我什至可以将这些数据的一小“页”“导出为 CSV”。但我没有找到导出给定时间段内所有数据的方法。我错过了什么吗?
我今天找到了 api.flurry.com RESTful API,但看起来我只能进行两个不同的调用,这两个调用似乎没什么用(AppMetrics/AppInfo),并且只返回预设指标的信息。我真的很想获取我发送给他们的自定义事件和自定义事件数据。有办法做到这一点吗?
感谢您的任何帮助。
I have been using Flurry.com to capture my analytical data for my iPhone app. I send them custom event information about what is going on in my application (registration/login/etc). I pass extra information with these events. Now I want to access this information and analyze it. How do I do that?
On their website I can see small 'pages' of information captured from my app. I can even 'export to CSV' a small 'page' of this data. But I do not see a way to export all of the data for a given period of time. Am I missing something?
I found api.flurry.com RESTful API today, but again it looks like I can only make two different calls that seem kind of useless (AppMetrics/AppInfo) and only return information for canned metrics. I really want to get at the custom events and custom event data that I sent to them. Is there a way to do this?
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
现在似乎有 EventMetrics API 调用,它允许您请求有关您的信息活动。
There now appears to be EventMetrics API call, it allows you to request information about your Events.
我收到了 Flurry 的以下回复:
对于给您带来的不便,我深表歉意。我们最终将扩展 Flurry 的 API 功能以包含事件数据。但在此之前,您应该能够通过 Flurry 的 CSV 文件访问您的活动数据。
看起来我的数据现在被困在 Flurry.com 中。我想我最好重新考虑我的分析策略。我需要将数据从 Flurry.com 移出并存入我自己的数据仓库!
I received the following response from Flurry:
I apologize for the inconvenience. We will eventually be expanding Flurry's API functionality to include events data. But until that occurs you should be able to access your event's data via Flurry's CSV files.
It looks like my data is stuck inside of Flurry.com right now. I think I better re-think my analytics strategy. I need my data out of Flurry.com and into my own data warehouse!
更新:
Flurry 现已实现其事件数据 API。但是,如果您想对发送的自定义数据进行自定义分析,您可能会感到失望。对事件数据 API 的调用的输出是摘要,而不是原始日志。
Update:
Flurry has now implemented its events data API. However, if you want to do custom analytics on the custom data that you send, you will probably be disappointed. The output of a call to the events data API is a summary, not your original logs.