This page provides some code for the Google Client API (PHP version), especially with Google Apps for Business accounts. Now it is easy to access information from Google services as Google Analytics or Google Adsense with a PHP script – when interacting with a user but also without e.g. running a cron script.
Available ressources and articles
- Accessing Google data with PHP and Google Client API
- Accessing Google Adsense data with PHP
- Download sample code
Related links
- Google API Client Library for PHP: download this now, you’ll need this
- Good tutorial for accessing Google Analytics API data
- Google API console: control the access to the apis, necessary to create new applications
- Manual for Google Analytics API: background information, available api calls and parameters
- Google Analytics API explorer: try and play with the API for Google Analytics without any PHP code, nice and good for debugging and trying