feat(analytics): a/b on tour (counter, finish button)

This commit is contained in:
Tyler Renelle
2015-03-30 16:57:17 -06:00
parent e0dae01dda
commit edb50f7081
2 changed files with 11 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
// Google Analytics, only in production
if (window.env.NODE_ENV === 'production') {
// Get experiments API
$.getScript('//www.google-analytics.com/cx/api.js?experiment=OPMHlSzSTj2gVYwUS72wlQ', function(){
$.getScript('//www.google-analytics.com/cx/api.js?experiment=wud1Ba5qT1m9qR3PP0-Mmg', function(){
$rootScope.variant = cxApi.chooseVariation();
$rootScope.$apply();