user3077446
user3077446

Reputation: 69

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

Upvotes: 4

Views: 18139

Answers (2)

Petr Havlik
Petr Havlik

Reputation: 3317

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.

Upvotes: 4

NicoM
NicoM

Reputation: 619

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.

Upvotes: 5

Related Questions