mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #4100 from overleaf/ab-sub-page-click-event
Add event on subscription page upgrade button click GitOrigin-RevId: 964eb6ad2d6ee7eceb3aac54501a61601d4948ac
This commit is contained in:
parent
8e9776fe3d
commit
614734c3e1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ export default App.controller(
|
||||||
function ($scope, eventTracking) {
|
function ($scope, eventTracking) {
|
||||||
$scope.upgradeSubscription = function () {
|
$scope.upgradeSubscription = function () {
|
||||||
eventTracking.send('subscription-funnel', 'subscription-page', 'upgrade')
|
eventTracking.send('subscription-funnel', 'subscription-page', 'upgrade')
|
||||||
|
eventTracking.sendMB('subscription-page-upgrade-button-click')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue