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? Quote 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. Quote 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? Quote 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. Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.