Displaying google analytics data on my website
- by anon-user0
I sale adspace for my websites directly to the advertisers. I ad page where I want to show google anaylytics information that update automatically without me having to manually update everyday or every month.
Something like this: http://wstats.net/en/website/riverplate.com#stat_trafic
I don't want to use embedded or iframed third party services.
I know google has public API and you can connect it to google graph API to to show pretty graphs. There is a tutorial by google here on how to do it: https://developers.google.com/analytics/resources/articles/gdataAnalyticsCharts
Few problems:
I don't know much javascript
The javascript seems to prompt for authntication as opposed to login automatically. (from my understanding by reading comments on the code)
Does anyone know of any ready made script that does what I am looking for or know how I can fix this code that will allow me to display analytic info without authenticating?
Thanks.