how to push Google Analytics data into mysql tables(如何将 Google Analytics 数据推送到 mysql 表中)
问题描述
我看到很多教程可以将 GA 数据下载到谷歌电子表格并自动刷新但没有将数据导出到 mysql 表中是否可以 ?如果是,我在哪里可以找到 tutos 或具有此主题技能的自由职业者如果是,是否可以将多个 UA 的数据存储在同一个表中?谢谢
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 ? 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 ? Thx
推荐答案
是的,您可以使用 Google Analytics 核心报告 api,您可以使用 他们的查询资源管理器以查看您可以从中提取哪些数据.
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.
还有他们所有的库和示例代码您可以用作教程.至于雇用某人,我会在这里查看工作委员会或 odesk.com.
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.
这篇关于如何将 Google Analytics 数据推送到 mysql 表中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何将 Google Analytics 数据推送到 mysql 表中


- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01
- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- 更改自动增量起始编号? 2021-01-01
- 在SQL中,如何为每个组选择前2行 2021-01-01
- 导入具有可变标题的 Excel 文件 2021-01-01
- SQL 临时表问题 2022-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01