diff --git a/services/web/public/coffee/analytics/AbTestingManager.coffee b/services/web/public/coffee/analytics/AbTestingManager.coffee index 362a0644f3..b2bc670256 100644 --- a/services/web/public/coffee/analytics/AbTestingManager.coffee +++ b/services/web/public/coffee/analytics/AbTestingManager.coffee @@ -13,7 +13,7 @@ define [ _persistCookieStep = (testName, bucket, newStep)-> ipCookie(_buildCookieKey(testName, bucket), {step:newStep}, {expires:100}) - ga('send', 'event', 'ab_tests', "#{testName}:#{bucket}", {step:newStep}) + ga('send', 'event', 'ab_tests', "#{testName}:#{bucket}", "step-#{newStep}") _checkIfStepIsNext = (cookieStep, newStep)-> if !cookieStep? and newStep != 0