Hello,
I need to write a code that will only count uniqe visitors per click. So that if the same person clicks my link five times he is only counted once.
Should I use sessions for this or track the users IP?
Any code example would also be very appreciated 🙂
Thanks!