Add Metabase events

This commit is contained in:
Shane Kilkelly 2016-10-24 11:08:19 +01:00
parent 8dfd487941
commit 5cf82e4ef7

View file

@ -312,6 +312,7 @@ define [
if $scope.shouldABTestPlans
sixpack.participate 'plans-1610', ['default', 'heron', 'ibis'], (chosenVariation, rawResponse)->
$scope.plansVariant = chosenVariation
event_tracking.sendMB 'plans-page', {plans_variant: chosenVariation}
if chosenVariation in ['heron', 'ibis']
# overwrite student plans with alternative
for currency, _v of $scope.plans
@ -333,6 +334,7 @@ define [
$scope.currencyCode = newCurrency
$scope.signUpNowClicked = (plan, annual)->
event_tracking.sendMB 'plans-page-start-trial', {plan}
if $scope.shouldABTestPlans and plan in ['student', 'collaborator']
sixpack.convert 'plans-1610', () ->
if $scope.ui.view == "annual"