diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-05 12:23:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-05 12:23:06 +0200 |
| commit | d738bb120f86d491729a928cec275ff26c90cc09 (patch) | |
| tree | 74d8354d28d4e837586c84b8aa2f338c78e7e41e /StoneIsland/www/js/lib/etc/push.js | |
| parent | 371bbbb0a4dc3e6c44d3c4b91e330002c078cd78 (diff) | |
adding analytics to push notifications
Diffstat (limited to 'StoneIsland/www/js/lib/etc/push.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/etc/push.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/etc/push.js b/StoneIsland/www/js/lib/etc/push.js index 74aaf7b5..e09204d3 100755 --- a/StoneIsland/www/js/lib/etc/push.js +++ b/StoneIsland/www/js/lib/etc/push.js @@ -141,9 +141,11 @@ var push = (function(){ } } else if (is_hub) { + analytics.send("push/open/hub") app.router.go("hub") } else { + analytics.send("push/open/store") app.router.go("intro") } } |
