Send event to Google Analytics when variant selected
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user