Google Analytics Access with C#

14,397

Solution 1

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

Solution 2

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

Solution 3

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.

Solution 4

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#.

Solution 5

Google analytics API changed recently(2012) and because of that most of the codings are changed. so below link will be helpful for c# developers

Google Analytics API in C# -Execution of request failed: https://www.google.com/analytics/feeds/accounts/default

Share:
14,397
Detlef D. Doerscheln
Author by

Detlef D. Doerscheln

Software Developer with more than 20 years experience in Design and Development of Software.

Updated on June 04, 2022

Comments

  • Detlef D. Doerscheln
    Detlef D. Doerscheln almost 2 years

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