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 表中
基础教程推荐
- 表 './mysql/proc' 被标记为崩溃,应该修复 2022-01-01
- 如何根据该 XML 中的值更新 SQL 中的 XML 2021-01-01
- 在多列上分布任意行 2021-01-01
- 在 MySQL 中:如何将表名作为存储过程和/或函数参数传递? 2021-01-01
- 二进制文件到 SQL 数据库 Apache Camel 2021-01-01
- 什么是 orradiag_<user>文件夹? 2022-01-01
- MySQL 中的类型:BigInt(20) 与 Int(20) 2021-01-01
- oracle区分大小写的原因? 2021-01-01
- 如何在 SQL 中将 Float 转换为 Varchar 2021-01-01
- mysql选择动态行值作为列名,另一列作为值 2021-01-01
