mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 18:12:30 +00:00
Correct analytics label and send event when group modal opened
This commit is contained in:
parent
3e65d6ff59
commit
47696ea3f1
1 changed files with 2 additions and 1 deletions
|
@ -369,9 +369,10 @@ define [
|
||||||
|
|
||||||
$scope.switchToAnnual = ->
|
$scope.switchToAnnual = ->
|
||||||
$scope.ui.view = "annual"
|
$scope.ui.view = "annual"
|
||||||
event_tracking.send 'subscription-funnel', 'plans-page', 'student-prices'
|
event_tracking.send 'subscription-funnel', 'plans-page', 'annual-prices'
|
||||||
|
|
||||||
$scope.openGroupPlanModal = () ->
|
$scope.openGroupPlanModal = () ->
|
||||||
$modal.open {
|
$modal.open {
|
||||||
templateUrl: "groupPlanModalTemplate"
|
templateUrl: "groupPlanModalTemplate"
|
||||||
}
|
}
|
||||||
|
event_tracking.send 'subscription-funnel', 'plans-page', 'group-inquiry-potential'
|
||||||
|
|
Loading…
Reference in a new issue