4

I want to get some statistics from Google Analytics with C#, i have found some examples in some webpages, but they don't work. What is the easiest way to read data from Analytics? I want to use it for my Asp.NET project.

naex
  • 51
  • 3
  • 6
  • Possible duplicate of [Use Google Analytics API to show information in C#](https://stackoverflow.com/questions/10306872/use-google-analytics-api-to-show-information-in-c-sharp) – John Washam Jun 28 '17 at 14:03

1 Answers1

2

Quick Google : Core Reporting API Client Libraries & Sample Code (v3)

https://developers.google.com/analytics/devguides/reporting/core/v3/gdataLibraries

Also previous question like this :

Retrieving data from Google Analytics API using .NET/C#

Community
  • 1
  • 1
S Philp
  • 452
  • 3
  • 14
  • I have tried to run the example on google but i couldn't, the other example on 2.link doesnt work. Did you try it? – naex Sep 10 '14 at 09:07
  • I added my class and the codes at the following post, please check it. Thanks – naex Sep 14 '14 at 14:07