Commit 2d5c1cbe7b60eceb7944b5c94b5b4dbb1dfbb0bc
1 parent
e4dd0a767d
Exists in
master
minor change
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
script.js
... | ... | @@ -664,7 +664,7 @@ |
664 | 664 | // } |
665 | 665 | |
666 | 666 | $scope.click=function(){ |
667 | - Analytics.trackEvent('register', 'click', 'Registration'); | |
667 | + Analytics.trackEvent('whatsapp', 'click', 'Registration'); | |
668 | 668 | let redirectUrl = "https://wa.me/918283056881"; |
669 | 669 | window.open(redirectUrl,"_blank") |
670 | 670 | } |
... | ... | @@ -1097,7 +1097,7 @@ |
1097 | 1097 | $rootScope.applicantResult.time= "3 PM", |
1098 | 1098 | $rootScope.applicantResult.date= "October 12th, 2019" |
1099 | 1099 | } |
1100 | - Analytics.trackEvent('register', 'click', 'Registration'); | |
1100 | + Analytics.trackEvent('success', 'click', 'Registration'); | |
1101 | 1101 | $location.path("/confirm") |
1102 | 1102 | }) |
1103 | 1103 | }, function myError(error) { | ... | ... |