I know that there is no official API for Google Analytics but is there a way to access Google Analytics Reports with C#?
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.
async/await
dynamic