简体   繁体   English

如何将 Google Analytics 数据推送到 mysql 表中

[英]how to push Google Analytics data into mysql tables

I see many tutos to download GA data to a google spreadsheet and refresh it automatically but none to export data into mysql table(s) Is it possible ?我看到很多 tutos 将 GA 数据下载到谷歌电子表格并自动刷新,但没有人将数据导出到 mysql 表中是否可能? If yes where can i find tutos or a freelancer with skills on this subject If yes is it possible to store the data of several UA in the same table ?如果是,我在哪里可以找到具有此主题技能的 tutos 或自由职业者 如果是,是否可以将多个 UA 的数据存储在同一个表中? Thx谢谢

Yes, you can do that with the Google Analytics core reporting api and you can use their query explorer to see what data you can pull from it.是的,您可以使用Google Analytics 核心报告 API来做到这一点,您可以使用他们的查询浏览器查看可以从中提取哪些数据。

Also here is all their libraries and sample code that you can use as a tutorial.这里还有他们所有的库和示例代码,您可以将它们用作教程。 As far as hiring someone, I would check out the job board here or odesk.com.至于雇用某人,我会在这里或 odesk.com 上查看工作委员会。

if you don't want to play around with code and development, just go ahead and use Analytics Canvas that provides easy data import via API from Google Analytics, which you can then easily export to SQL / MySQL / any other database.如果您不想玩代码和开发,只需继续使用Analytics Canvas ,它可以通过 API 从 Google Analytics 轻松导入数据,然后您可以轻松地将其导出到 SQL / MySQL / 任何其他数据库。 All using simple and intuitive graphic interface.全部使用简单直观的图形界面。

I see many tutos to download GA data to a google spreadsheet and refresh it automatically but none to export data into mysql table(s) Is it possible ?我看到很多Tutos可以将GA数据下载到Google电子表格并自动刷新,但是没有一个可以将数据导出到mysql表中。 If yes where can i find tutos or a freelancer with skills on this subject If yes is it possible to store the data of several UA in the same table ?如果是,我在哪里可以找到具有此主题技能的tutos或自由职业者?如果是,是否可以将多个UA的数据存储在同一张表中? Thx谢谢

I usually use another solution that does not require coding — Skyvia tool: Google Analytics and MySQL Integration .我通常使用另一种不需要编码的解决方案——Skyvia 工具: Google Analytics 和 MySQL 集成 It allows me to create a copy of Google Analytics report data in MySQL and keep it up-to-date with little to no configuration efforts.它允许我在 MySQL 中创建 Google Analytics 报告数据的副本,并使其保持最新状态,而无需进行任何配置工作。 I don't even need to prepare the schema — Skyvia can automatically create a table for my report data.我什至不需要准备架构——Skyvia 可以自动为我的报告数据创建一个表格。 You can load 10000 records per month for free — this is enough for me.您每月可以免费加载 10000 条记录——这对我来说已经足够了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM