Sending more events to Leanplum.
This commit is contained in:
parent
615bf73bcc
commit
28ce4d302d
11 changed files with 56 additions and 13 deletions
|
|
@ -82,7 +82,7 @@ angular.module('copayApp.controllers').controller('preferencesNotificationsContr
|
|||
}
|
||||
var log = new window.BitAnalytics.LogEvent("settings_email_notification_toggle", [{
|
||||
"toggle": $scope.emailNotifications.value
|
||||
}], [channel]);
|
||||
}], [channel, 'leanplum']);
|
||||
window.BitAnalytics.LogEventHandlers.postEvent(log);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue