Friday, August 28, 2009

Seeing all Google Analytics profiles at once

As I have several different sites to manage in Google Analytics (and more come from time to time) I wished I could have a quick overview of all the profiles under my control. I found no ready software for this hence I wrote it myself. Here you can see the first initial version. If anybody extends it, please let me know so others can download it too.
Screenshot:
 
Download PHP source: gaChart.rar 
Installation instructions: copy the files (there's just two) to your web-server, change index.php to contain your own Google Analytics login and password (line 15) and run index.php with web-browser.
Should you like to use this, but don't have a web-server, please let me know and I will install it on my server for everybody to test.
Disclaimer: I've used the Google Analytics PHP library from http://www.askaboutphp.com/tutorials/63/google-analytics-api-class-for-php.html