ga event for open popup

This commit is contained in:
Kyle Spearrin 2018-01-17 10:23:11 -05:00
parent 2cc761ae26
commit 98c734bc09
1 changed files with 5 additions and 0 deletions

View File

@ -93,5 +93,10 @@ export default class CommandsBackground {
}
safari.extension.toolbarItems[0].showPopover();
(window as any).ga('send', {
hitType: 'event',
eventAction: 'Opened Popup From Command',
});
}
}