Use Google Analytics API to show information in C#

后端 未结 7 1410
难免孤独
难免孤独 2020-12-02 05:07

I been looking for a good solution all day but google evolve so fast that I can\'t find something working. What I want to do is that, I have a Web app that has an admin sect

7条回答
  •  忘掉有多难
    2020-12-02 05:57

    I've setup something pretty similar to the above answer in a nuGet package. It does the following: - connects to a "Service Account" you set up in the API Console - Pulls any Google Analytics data you would like - Displays that data using Google's Charts API and it does all of this in a very easy to modify way. You can see more here: https://www.nuget.org/packages/GoogleAnalytics.GoogleCharts.NET/.

提交回复
热议问题