Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
JoaquinLazaro
Partner - Specialist II
Partner - Specialist II

Google Analytics

Hello:

With this script sentence and the .jar in the same directory as the qvw I download data from Google Analytics.

EXECUTE java -jar GoogleAnalyticsClient.jar -u xxxxxx@xxxx.com -p password -f 12345678 -d ga:date,ga:country,ga:city,ga:browser -m ga:visits,ga:pageviews,ga:newVisits,ga:timeOnPage,ga:timeOnSite,ga:searchVisits -s 2014-02-02 -e 2014-02-02 -max-results=50000 -o GAVisits.csv

This jar is the v2.4.

Does anybody read data with the GA Client v3?. I can't find the jar & the sample sentence.

Please, I don't want QVSource.

Thank you.

1 Solution

Accepted Solutions
JoaquinLazaro
Partner - Specialist II
Partner - Specialist II
Author

Hello:

Does not exist.

Google has changed the security protocol, now is necessary to use OATH 2.0.

Every one has to create his own .jar and include in it the Google User/Password and Google Certificates and prepare it to receive parameters with the GoogleProfileID.

View solution in original post

2 Replies
JoaquinLazaro
Partner - Specialist II
Partner - Specialist II
Author

Any suggerence?

JoaquinLazaro
Partner - Specialist II
Partner - Specialist II
Author

Hello:

Does not exist.

Google has changed the security protocol, now is necessary to use OATH 2.0.

Every one has to create his own .jar and include in it the Google User/Password and Google Certificates and prepare it to receive parameters with the GoogleProfileID.