I want to develop my own fraud detection code, but I'm not sure what exactly I should check.
The only thing I could think of ia trivial - looking for multiple clicks from the same IP.
Did anyone do anything like that or maybe has better ideas?
I also thought of checking the time from the page load to unload and see if the time is unreasonably short.
Any ideas?