Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 GA Data

Author  Topic 

satheesh
Posting Yak Master

152 Posts

Posted - 2011-06-23 : 11:47:16
Dear All,

I need to retrieve data from goolge analytics and stored in to sql server Please let me know how to do this.Any help would be highly appreciated.Thanks in advance

Regards,
SG

jfarrugia
Yak Posting Veteran

55 Posts

Posted - 2011-06-24 : 06:23:54
Storing the results in sql server is the slightest of your tasks.. first you need to consume the services Google offer.

I suggest you start here:

http://code.google.com/apis/analytics/docs/mgmt/home.html





Where software development knowledge meets the reader
Go to Top of Page

mmarovic
Aged Yak Warrior

518 Posts

Posted - 2011-06-24 : 13:25:18
You can download data in CSV format and then import it.

Mirko

My blog: http://mirko-marovic-eng.blogspot.com/
Go to Top of Page
   

- Advertisement -