How can I import reports from google analytics to my application ?. Is there any API provided by google to get the reports ?

link|improve this question

78% accept rate
What kind of application are you referring to? Android? – Raoul George Nov 8 '11 at 6:18
@RaoulGeorge I am trying to use the report for a rails app. – Prabesh Shrestha Nov 9 '11 at 3:46
feedback

1 Answer

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.

link|improve this answer
Thanks :) . I will check the gems and GA Data Export API. – Prabesh Shrestha Nov 9 '11 at 3:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.