|
This is the standard simplepie google analytics extension which offers a php class with handy methods to work with google analytics data feeds.
In the src folder is the source php class simplepie-ganalytics.php. Use this as library together with simplepie to have a php feed parser for google analytic feeds.
In the demo folder is a small demonstration source to get an impression how to use the simplepie google analytics extension. Just put the demo folder on a web server and open the address of the index.php file with a web browser (an online demo is also available).
Please read the documentation carefully before you start to get the full power of this simplepie google analytics feed parser.
Changelog:
------ 0.2.0 ------
* the function get_parameters is not available anymore use get_dimensions(), get_metrics(), etc. instead
* Undeclared variable auth warning is removed
* The cache files are without authentication token to prevent a cache file per session
* php documentation improvements
------ 0.1.0 ------
* initial release
* support for dimension and metrics
* support for account data
* ClientLogin authentication




