Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get Google Analytics Data without using a connector

Hello everyone,

Stuck with Google analytic number, i do not have a QV connector for GA , however i need GA data to get reflected on my dashboard,

Anyone who has done this before kindly help me with the solution.

Thanks,

4 Replies
Not applicable
Author

I have been doing some research on this and it seems the QV Source connector is necessary.

Unless someone else proves me wrong? (hopefully)

Cheers, good luck!

Anonymous
Not applicable
Author

You can use the Google Analytics API directly.  It's pretty well documented and you can use Python, Javascript, Java, or PHP to access it.  If you are somewhat familiar with programming it shouldn't be too bad writing a script to call the API and store the data in a csv file.

Not applicable
Author

Do not forget C#, it is also very useful!

Google Analytics API Client Library for .NET:

https://developers.google.com/api-client-library/dotnet/apis/analytics/v2.4

Stickman
Contributor II
Contributor II

Where is it well documented? I cannot find a source.