Google Analytics Access with C#

前端 未结 9 1211
陌清茗
陌清茗 2021-01-01 19:46

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

相关标签:
9条回答
  • 2021-01-01 20:14

    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

    0 讨论(0)
  • 2021-01-01 20:14

    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.

    0 讨论(0)
  • 2021-01-01 20:15

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

    0 讨论(0)
提交回复
热议问题