I know that there is no official API for Google Analytics but is there a way to access Google Analytics Reports with C#?
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
Yet another analytics API for C# https://github.com/igooana/igooana
This project is aimed at C# 5 and uses async/await
and dynamic
extensively.
I tried to make this API as simple as possible and maximum type-safe.
Update: Google launched a Google Analytics API today. Google Analytics Blog - API Launched