mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Add plan to event tracking
This commit is contained in:
@@ -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", ->
|
||||
|
||||
Reference in New Issue
Block a user