This example uses the official Google .net Client library.
PM> Install-Package Google.Apis.AnalyticsReporting.v4
Authorization
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
Oauth2
// The...
API requests are HTTP POST with the access token attached at the end of the API end point.
Authorization Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
Note when posting the data use ContentType = &...