Analytics Reporting API V4 Client Library for .NET
I'm trying to get some data from our google analytics instance and I'd like to use the Analytics Reporting API V4 Client Library for .NET ( https://developers.google.com/api-client-library/dotnet/apis/analyticsreporting/v4 ) so that I can bake some of this data into an administration site we have built. I'm having trouble finding any examples of using this code and the documentation seems to be incredibly sparse. I would like to use a service account to authorize as we only need to view data associated with the analytics account which we control. If anyone could provide some sample code or