feat(analytics): updated cron experiment ID

This commit is contained in:
Tyler Renelle
2015-04-08 17:37:40 -06:00
parent fee002b289
commit 8a33de219c

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=wud1Ba5qT1m9qR3PP0-Mmg', function(){
$.getScript('//www.google-analytics.com/cx/api.js?experiment=pi26hZ3rRFaEPNiKqXbhqA', function(){
$rootScope.variant = cxApi.chooseVariation();
$rootScope.$apply();