mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
changed label to send to GA
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user