Google Analytics API and ASP.Net Core

John Reilly March 22, 2019
Source
I recently had need to be able to access the API for Google Analytics from ASP.Net Core. Getting this up and running turned out to be surprisingly tough because of an absence of good examples. So here it is; an example of how you can access a simple page access stat using the API: You can see above that you need various credentials to be able to use the API. You can acquire these by logging into GA. Enjoy!

Discussion in the ATmosphere

Loading comments...