Change analytic parameters

This commit is contained in:
Maxime St-Pierre 2018-03-29 23:31:55 -04:00
parent e4a8ecd83c
commit cdabaa7a99

View file

@ -10,7 +10,7 @@
<?php if (IS_PRODUCTION): ?> <?php if (IS_PRODUCTION): ?>
<?php js_start() ?> <?php js_start() ?>
if(!localStorage.getItem('status_token')){ if(!localStorage.getItem('status_token')){
ga('send', 'event', 'YT Sync', '', ''); ga('send', 'event', 'YT Sync', 'pending', '');
}; };
<?php js_end() ?> <?php js_end() ?>
<?php endif ?> <?php endif ?>