Google Analytics Access with C#

前端 未结 9 1242
陌清茗
陌清茗 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

    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.

提交回复
热议问题