how to push Google Analytics data into mysql table

2019-02-18 14:49发布

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

2条回答
狗以群分
2楼-- · 2019-02-18 15:30

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. All using simple and intuitive graphic interface.

查看更多
3楼-- · 2019-02-18 15:31

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.

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.

查看更多
登录 后发表回答