diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 09:20:55 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 09:20:55 -0500 |
commit | a476805dd96cf31af5331be5245a6d0af4d90dae (patch) | |
tree | e3e61343da26274fc7a847a5afdaabb581e57593 /config.php.sample | |
parent | 2e518c9d5e3537b9fcb858510063ff815b7eecf7 (diff) |
give example of using Google Analytics
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index db1a21663..a2c5801f4 100644 --- a/config.php.sample +++ b/config.php.sample @@ -142,3 +142,7 @@ $config['sphinx']['port'] = 3312; # config section for the built-in Facebook application #$config['facebook']['apikey'] = 'APIKEY'; #$config['facebook']['secret'] = 'SECRET'; + +# Add Google Analytics +# require_once('plugins/GoogleAnalyticsPlugin.php'); +# $ga = new GoogleAnalyticsPlugin('your secret code'); |