Event Tracking
-
We are trying to keep track of who has clicked on some of our hosted videos and I did a test with the event tracking code.
Test code below:
<a onclick="if(typeof SlimStat.ss_track == 'function') SlimStat.ss_track(event, 51, 'clicked on google');" href="https://www.google.com/">GOOGLE IT</a>
I simply have this code in a post. When I got to slimstat dashboard I see “double” clicks for this post – meaning two hits for every time they click on the link but nothing refers to “clicked on google” or the event. What am I doing wrong here?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Event Tracking’ is closed to new replies.