1. What is Google Analytics Plugin?
It is a plugin for Google Analytics web site statistic service.
2. Installation
Download the latest release. Unzip it to any temporary directory. Copy ganalytics.php to your IncPlugins directory. Add the plugin include line to the IncPlugins settings file settings.php.
Add a setting with your Google Analytics account number:
include_once $inc_dir.'ganalytics.php'; $ganalytics_uacct = 'UA-XXXXXX-X';

