Jump to content

Tracking Unique Clicks


isedeasy

Recommended Posts

Hi guys and gals,

 

Basically I have a database which tracks clicks on my outbound links, I do this by linking to a page like so...

 

/redirect.php?id=1

 

The page then reads the id and increments the click column in the database before selecting the link and redirecting.

 

I need it to only count the click if its from a unique IP for the link, what would be the best way to do this?

 

I was thinking of having another table with columns "IP" and "link_id", Then I could check the IP against the list of IP's for the current link. If its not there then add it and add the click, otherwise only redirect.

 

I want to find the best method before I start to try and code this so any help is appreciated.

Link to comment
https://forums.phpfreaks.com/topic/177674-tracking-unique-clicks/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.