mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 11:31:45 +00:00
Add plan to event tracking
This commit is contained in:
parent
c1ebc65a3b
commit
8dfd487941
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ define [
|
|||
$scope.buttonClass = "btn-primary"
|
||||
|
||||
$scope.startFreeTrial = (source, couponCode) ->
|
||||
event_tracking.sendMB "subscription-start-trial", { source }
|
||||
event_tracking.sendMB "subscription-start-trial", { source, plan: $scope.startTrialPlanCode }
|
||||
|
||||
w = window.open()
|
||||
sixpack.convert "track-changes-discount", ->
|
||||
|
|
Loading…
Reference in a new issue