Skip to content
 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

PicoGAnalytics - Google Analytics for PicoCMS!

This plugin will automatically add the Google Analytics tracking script to the < head > section of each page generated by Pico.

Features

  • Pico v.1.0 - ready!
  • Nothing to place in theme!
  • Customizable!

Installation

Place PicoGAnalytics.php file into the plugins directory.

Configuration

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
);

TODO

  • adding personal tracking variables, goals... ?

About

Pico plugin that adds automatically Google Analytics to the head section of each page

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages