mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 11:35:57 +00:00
Send event to Google Analytics when variant selected
This commit is contained in:
parent
07aedaa92b
commit
3de1721aa2
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ define [
|
|||
if $scope.shouldABTestPlans
|
||||
sixpack.participate 'plans-details', ['default', 'more-details'], (chosenVariation, rawResponse)->
|
||||
$scope.plansVariant = chosenVariation
|
||||
event_tracking.send 'subscription-funnel', 'plans-page-loaded', chosenVariation
|
||||
|
||||
$scope.showPlans = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue