• Resolved djmceltic

    (@djmceltic)


    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?

    https://www.ads-software.com/plugins/wp-slimstat/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jason Crouse

    (@coolmann)

    Yes, you need to add

    class="noslimstat"

    to your link, otherwise by default Slimstat will track it also as an outbound link (see FAQs).

    A vote for Slimstat would be a nice way to say thank you ??

    https://www.ads-software.com/support/view/plugin-reviews/wp-slimstat#postform

    Camu

    Thread Starter djmceltic

    (@djmceltic)

    Thanks camu. I added this and it fixed the double links but I don’t see where it is tracking the external views. I don’t see any information come up on the real-time monitor. Am I looking in the wrong place?

    Plugin Author Jason Crouse

    (@coolmann)

    There’s a report under Site Analysis called “Recent Events”. That’s where all your “custom” events are listed. You could write your own custom report (see FAQs), if you need more information about each event. Or ask us to build it for you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event Tracking’ is closed to new replies.