Retrieving data from Google Analytics API using .NET/C#
I'm trying to retrieve data from google analytics with a local console app. Im able to extract some data without having to log in to google account and only using the API. The problem is i'm not getting the right values and im not sure how to format the code to extract the correct values. I wan't to retrieve all visitors within a certain time frame, in this case "2012-01-01" - "2014-02-20". The real number of visitors is like 10 times larger when looking in the Google Analytics dashboard. I'm getting a number of 15000 when debugging the code. I'm displaying d.TotalResults in the console wich