give example of using Google Analytics

This commit is contained in:
Evan Prodromou 2009-02-09 09:20:55 -05:00
parent 2e518c9d5e
commit a476805dd9
1 changed files with 4 additions and 0 deletions

View File

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