Forums » Help & Troubleshooting
Can I track when a visitor is clicking on a menu heading?
I want to track when a visitor clicks on a menu heading.Specifically, the menu headings: Recent, Popular and All on my site here http://bit.ly/Sjhdv
Is there a way to do this?
Cheers
Posted Sat Apr 21 2012 midnight by AliceClicky
Yeah, it's easy. Just add this to your jQuery when someone clicks on the button:
clicky.log(this.href, 'Popular');
Replace 'Popular' with whatever you want it to say in your Clicky stats. Check the help section for more info. It's pretty much all there.
Posted Sat Apr 21 2012 7:09am by rikbru
