summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorAbhijeet Kumar <abhijeet.kumar.ak@gmail.com>2012-02-28 23:22:53 -0800
committerAbhijeet Kumar <abhijeet.kumar.ak@gmail.com>2012-02-28 23:22:53 -0800
commitaf8839037cb42f6fddf75bda7e89e4adb59d3891 (patch)
tree8a4a4fec7cd4950e3df98669181c0e375f1ad9ae /_config.yml
parent878e06c3afc6455bff9de3e8b486d4cefa8f23af (diff)
Adding Mixpanel as analytics provider
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 722b38e..1def3ed 100644
--- a/_config.yml
+++ b/_config.yml
@@ -97,11 +97,14 @@ JB :
# Set 'provider' to false to turn analytics off globally.
#
analytics :
- provider : google
+ provider : mixpanel
google :
tracking_id : 'UA-123-12'
getclicky :
site_id :
+ mixpanel :
+ token : '_MIXPANEL_TOKEN_'
+
# Settings for sharing helper.
# Sharing is for things like tweet, plusone, like, reddit buttons etc.