How can I import reports from google analytics to my application ?. Is there any API provided by google to get the reports ?
feedback
|
|
Yes. Nearly all of the report data in Google Analytics is available in the Google Analytics Data Export API. There is full, comprehensive documentation on that site, as well as links to libraries. From your past questions, it looks like you might be interested in a Ruby library for accessing the Google Analytics Data Export API. The documentation links to garb and gattica. | ||||
|
feedback
|