Trigger Google Analytics event when navbar chat button clicked
This commit is contained in:
@ -101,6 +101,7 @@ main = (function(main, global) {
|
|||||||
if (!(event.ctrlKey || event.metaKey)) {
|
if (!(event.ctrlKey || event.metaKey)) {
|
||||||
toggleMainChat();
|
toggleMainChat();
|
||||||
}
|
}
|
||||||
|
window.ga('send', 'event', 'NAV', 'NAV-CHAT', 'Nav Chat Button Clicked');
|
||||||
});
|
});
|
||||||
|
|
||||||
function showMainChat() {
|
function showMainChat() {
|
||||||
|
Reference in New Issue
Block a user