Google Analytics API class for PHP
Friday, May 29th, 2009
About a month back, Google opened the Google Analytics API service to all Analytics users. the API allows developers to integrate the GA reports into their own applications or websites, or even access the reports from a phone!
I’ve been thinking about how I can make use of this API to enhance the sites I’m working on. But before kicking off ideas, I had to find out how to access and use the API. I finally came up with a PHP class that will do all the grunt work of calling the API, you just need to supply your report’s parameter and the PHP class will return you an array of Analytics data.
Having used Codeigniter for a few months now, this framework is really turning out to be a joy. My last post, I talked about
Lately, I’ve been spending a lot of time with