从 Google Analytics 导出数据
我使用 PostgreSQL 数据库开发 Ruby on Rails 应用程序。我听说过GA 数据导出 API。然而,在阅读了那里的文档后,我仍然对如何导出数据有点困惑。
总而言之,我的目标是从 GA 导出汇总数据,将其转换为 csv 文件,然后将其插入到我的数据库中。任何关于如何做到这一点的指导将不胜感激。
I working on Ruby on Rails application using a PostgreSQL database. I have heard of the Data Export API for GA. However, after reading through there documentation I am still a little confused about how to export the data.
To summarize, my goal is to export the summary data from GA, turn it into a csv file, and then insert it into my database. Any direction in terms of how to do this would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从数据导出 API 客户端库开始示例代码
那里有一些 Ruby 示例。
Start with the Data Export API Client Libraries & Sample Code
There are some Ruby examples in there.
另请查看 Google Analytics 应用程序库。在这里您会发现许多第三方工具可以为您完成大部分编程工作。
Also check out the Google Analytics App Gallery. Here you will find many 3rd party tools that may do most of the programming for you.