You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: