Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ? 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

like image 446
user3077446 Avatar asked Jan 12 '23 02:01

user3077446


1 Answers

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.

like image 69
NicoM Avatar answered Jan 22 '23 15:01

NicoM