forked from GNUsocial/gnu-social
give example of using Google Analytics
This commit is contained in:
parent
2e518c9d5e
commit
a476805dd9
@ -142,3 +142,7 @@ $config['sphinx']['port'] = 3312;
|
|||||||
# config section for the built-in Facebook application
|
# config section for the built-in Facebook application
|
||||||
#$config['facebook']['apikey'] = 'APIKEY';
|
#$config['facebook']['apikey'] = 'APIKEY';
|
||||||
#$config['facebook']['secret'] = 'SECRET';
|
#$config['facebook']['secret'] = 'SECRET';
|
||||||
|
|
||||||
|
# Add Google Analytics
|
||||||
|
# require_once('plugins/GoogleAnalyticsPlugin.php');
|
||||||
|
# $ga = new GoogleAnalyticsPlugin('your secret code');
|
||||||
|
Loading…
Reference in New Issue
Block a user