Hi, I came across your library when needing to build a web service that will connect and pull data from Google Analytics using a Service Account. It's great.
However I had only one problem .. in AnalyticsManager.cs, in the GetGaData method, when it calls analyticsService.Data.Ga.Get with the parameters I provide and calls request.Execute, the execute method takes approx 35 seconds to return data, seemlingly regardless of the dimensions, metrics, filters or sampling level.
Have you seen this issue?
Hi, I came across your library when needing to build a web service that will connect and pull data from Google Analytics using a Service Account. It's great.
However I had only one problem .. in AnalyticsManager.cs, in the GetGaData method, when it calls analyticsService.Data.Ga.Get with the parameters I provide and calls request.Execute, the execute method takes approx 35 seconds to return data, seemlingly regardless of the dimensions, metrics, filters or sampling level.
Have you seen this issue?