Since Google Analytics just released their API as a public beta, I decided to try and get it working with the PHP Zend GData library. I've seen several implementations using cURL, but the GData library seems ready-made for it, so I figured why not save some hassle. Logging In The first thing you have to do is login to the API service. $email = "<email@domain.com>"; $pass = "<password>"; require_on