mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 18:40:35 +00:00
changed label to send to GA
This commit is contained in:
parent
326900c467
commit
f25dba10ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue