Forums » Help & Troubleshooting



clicky.log causing both custom event and pageview

trying to understand how to only get custom event during spy, rather than both event and pageview.

$('#navbarPage').on('click', function (e) {
history.pushState('displayPage3()', 'Page3');
clicky.log("#display-thisclick", "page3");
displayPage3();
e.preventDefault();
e.stopPropagation();
return false;
}

why is this wrong - both pageview and log event shows up

Posted Sun Sep 14 2014 6:40p by swarwi***


Don't believe it is possible to omit a pageview. As you need the tracking code to log an event and it automatically logs a pageview.

Posted Mon Sep 15 2014 5:37a by ringo***


You must be logged in to your account to post!