mesh2005 Posted January 26, 2008 Share Posted January 26, 2008 I'm building an Ad system and I would like to ask how can I detect click-fraud? After the search result is displayed, each click on an ad reduces the user's balance and click-fraud is a real problem that I wanna avoid. Any help? Link to comment https://forums.phpfreaks.com/topic/87966-how-can-i-detect-click-fraud/ Share on other sites More sharing options...
resago Posted January 26, 2008 Share Posted January 26, 2008 record the clickers IP in a database. Link to comment https://forums.phpfreaks.com/topic/87966-how-can-i-detect-click-fraud/#findComment-450067 Share on other sites More sharing options...
mesh2005 Posted January 26, 2008 Author Share Posted January 26, 2008 then what should I do after I record the IP? Link to comment https://forums.phpfreaks.com/topic/87966-how-can-i-detect-click-fraud/#findComment-450089 Share on other sites More sharing options...
resago Posted January 26, 2008 Share Posted January 26, 2008 check for repeats clicks from the same ip. Link to comment https://forums.phpfreaks.com/topic/87966-how-can-i-detect-click-fraud/#findComment-450093 Share on other sites More sharing options...
mesh2005 Posted January 26, 2008 Author Share Posted January 26, 2008 within a certain time interval? Link to comment https://forums.phpfreaks.com/topic/87966-how-can-i-detect-click-fraud/#findComment-450099 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.