DenisD.
DenisD.

Reputation: 23

Ios how to access google analytics reporting from ios

I have an app that is using google analytics to track usage of the app and it works great using GANTracker api. I can see results and analysis when logging on the google analytics web site.

I nowneed to access to these stats with my apps to see what are the top topics or top subject users are interested in, so i would need to be able to do read and request to google analytics. I've seen that there is a reporting api in java but i have not seen any ios calls or api to read stats from google analytics?

Has anyone done that and can share how you did it ?

Thanks for your help

Upvotes: 1

Views: 357

Answers (1)

Robby Tuesday
Robby Tuesday

Reputation: 56

Google has made an Objective C library available which you can use to access JSON APIs, including the Analytics API. You can find the library at http://code.google.com/p/google-api-objectivec-client/.

Upvotes: 1

Related Questions