This plugin will automatically add the Google Analytics tracking script to the < head > section of each page generated by Pico.
- Pico v.1.0 - ready!
- Nothing to place in theme!
- Customizable!
Place PicoGAnalytics.php file into the plugins directory.
Inside your config/config.php file:
/*
* PicoGAnalytics Configuration
*/
$config['PicoGAnalytics'] = array(
'enabled' => true, //Enable PicoGAnalytics
'trackingID' => 'UA-XXXXXX-X', //Your Property ID *required*
'displayFeatures' => false, //Option: Display Features
'linkAtt' => false, //Option: Link Attribution
'ecommerce' => false //Option: Ecommerce
);- adding personal tracking variables, goals... ?