Google Analytics Access with C#

2019-02-08 11:51发布

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

9条回答
甜甜的少女心
2楼-- · 2019-02-08 12:45

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

查看更多
爷的心禁止访问
3楼-- · 2019-02-08 12:45

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

查看更多
再贱就再见
4楼-- · 2019-02-08 12:45

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.

查看更多
登录 后发表回答