I know that there is no official API for Google Analytics but maybe someone has figured out a way to access Google Analytics Reports with C#?

Thank you in advance!

link|improve this question

feedback

6 Answers

up vote 10 down vote accepted

Update: Google launched a Google Analytics API today. Google Analytics Blog - API Launched

link|improve this answer
feedback

I wrote a small project that lets you generate pretty much any Analytics report. It's listed on Google's Analytics API page - http://code.google.com/apis/analytics/docs/gdata/gdataArticlesCode.html

You can read about it here and get the source code - http://www.reimers.dk/blogs/jacob_reimers_weblog/archive/2009/05/09/added-google-analytics-reader-for-net.aspx

link|improve this answer
The source code here was very helpful. Thanks, Jacob! – James Lawruk Aug 14 '09 at 19:21
Great starting point - thank you very much – Doug Oct 27 '10 at 9:03
feedback

I emailed them asking this same question a while back and here's the response I got:

Hello,

Thank you for your email. I apologize for the delay in replying to your email. Google Analytics does not currently provide an API to access the reporting data. However, we do offer export functionality for single reports in the following formats:

  • PDF
  • Tab separated value (TSV)
  • XML
  • Excel (CSV)

This feature allows you to easily import report data into your favorite spreadsheet application or to process the data otherwise.

Additionally, we're unable to provide support for custom implementations of Google Analytics. For this level of support, you can contact one of our highly qualified Google Analytics Authorized Consultants for assistance with advanced needs. These partners deliver a number of professional services such as installation support, training, and advanced filter and e-commerce configurations.

For a complete list of our worldwide partners and a more detailed description of the services they offer, please go to http://www.google.com/analytics/support_partner_provided.html

For additional questions, please visit the Analytics Help Center at http://www.google.com/support/googleanalytics/?utm_id=tf. You can also find helpful tips and information by visiting the Google Analytics Help Forum at http://groups.google.com/group/analytics-help?utm_id=tr.

Sincerely,

[snip]

Analytics Support


For the latest updates as well as some helpful tips on Google Analytics, check out the Google Analytics blog at http://analytics.blogspot.com


link|improve this answer
feedback

This guy has had some success with at least some light Analytics integration. Now I realize this isn't exactly what you're looking for, but he does mention a book and perhaps you can get in touch with him.

link|improve this answer
feedback

I have a completed library for called GoogleAnalytics.Net that allows you to fire page views/events/transactions from within .net code.

You can download the library from it's project home page:

http://www.diaryofaninja.com/projects/details/ga-dot-net

link|improve this answer
Looks promising :). Checking it out. – Pking Apr 12 at 5:05
feedback

Have a look at the SilverLight Google Analytics Snippet - http://code.google.com/apis/analytics/docs/tracking/silverlightTrackingIntro.html

http://msaf.codeplex.com/wikipage?title=Google%20Analytics

Because Silverlight is C#.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.