rxz99 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Couldn't find google-api-services-analytics-v3-[version].jar in Google Analytics Java client library download #699

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Name of related component: Documentation

URL of the documentation page : 
https://developers.google.com/analytics/devguides/reporting/core/v3/quickstart/s
ervice-java

Issue summary:
Referring to the documentation page, in
Step 2: Install the Google Client Library section
first point would ask to download Google Analytics Java client library and the 
4th point "Add the google-api-services-analytics-v3-[version].jar jar to your 
classpath"

In the downloaded files lib folder doesn't contain the above file 
(google-api-services-analytics-v3-[version].jar)

Am I referring to wrong documentation ? Where could I find this file as the 
source of the file it wasn't mentioned in the documentation.

Notes:
Provide any additional information which might be useful here. Feel free to
attach screenshots.

Original issue reported on code.google.com by jacksono...@gmail.com on 14 Jul 2015 at 5:41

Attachments:

GoogleCodeExporter commented 8 years ago
If you look at the screenshot you sent the file is the 10th file down.
google-api-services-analytics-v3-rev116-1.20.0.jar
 Its in the top level directory not the libs directory.

You need to add this jar file in addition to the files within the libs 
directory.

"""
2. Add all of the JARs within the libs directory to your classpath.
3. Add the google-api-services-analytics-v3-[version].jar jar to your classpath.
"""

Original comment by mcoh...@google.com on 14 Jul 2015 at 3:59

Attachments: