mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(analytics): updated cron experiment ID
This commit is contained in:
@@ -28,7 +28,7 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
|
|||||||
// Google Analytics, only in production
|
// Google Analytics, only in production
|
||||||
if (window.env.NODE_ENV === 'production') {
|
if (window.env.NODE_ENV === 'production') {
|
||||||
// Get experiments API
|
// 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.variant = cxApi.chooseVariation();
|
||||||
$rootScope.$apply();
|
$rootScope.$apply();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user