Fix analytics event label for when shouldABTestPlans: false

This commit is contained in:
Jessica Lawshe 2018-06-06 10:05:43 -05:00
parent 484ee9ad61
commit 6c92238f37

View file

@ -210,9 +210,9 @@ define [
event_tracking.send 'subscription-funnel', 'plans-page', 'group-inquiry-potential'
eventLabel = (label, location) ->
if location && $scope.plansVariant != 'default'
if $scope.plansVariant && location && $scope.plansVariant != 'default'
label = label + '-' + location
if $scope.plansVariant != 'default'
if $scope.plansVariant && $scope.plansVariant != 'default'
label += '-exp-' + $scope.plansVariant
label