I'm currently implementing a pageview counter on some webpages using the Google Analytics API. I'm having a hard time figuring out how to use the Google API. Could someone post some examples how to use the API?

I searched the mighty internet but I didn't found any tutorials who guided me through the API.

Any help would be greatly appreciated!

Thijs

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

First of all, you have to use GData api to gain access to your google account. Then with a bit of configuration you can access analytics of your site using the analytics api. You can refer to this article. http://bit.ly/pccJjO

link|improve this answer
1  
Thank you very much! – Thijs Oct 18 '11 at 14:14
feedback

I would not use the GData Apis suggested by Haythem, as Google has release a new breed of Apis (Google Api Explorer), you can see the entry for Google Analytics.

I assume as they have released a new way of doing things they will at some stage turn off the GData Apis so if you are building a new application I would build against the new API not the old GData Api.

There is a good introduction to using the Google Analytics at http://code.google.com/apis/analytics/docs/mgmt/v3/mgmtGettingStarted.html there is also a page with links to Examples and Libraries for using the Analytics Api.

link|improve this answer
This is a refinement of a answer previously deleted by moderator for not answering the question directly. Hopefully this go at it does a better job of answering the question. I'm not trying to take the mickey, I think this answer adds useful information, if community or moderators disagree I wont attempt to answer this again. – David Waters Nov 23 '11 at 21:39
Thank you, I will take a look at it. Thank you for your contribution. :) – Thijs Nov 24 '11 at 9:27
feedback

Your Answer

 
or
required, but never shown

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