hello, is it possible to make it so, people can visit a page on my site when they want but 1 unqie ip can see the google adsense only 1 time per day? with this we can maybe stop the fraud clickers? is this possible and how?
I dont think thats Important but still if you want to use it - I can try to explain how it will happen Try to use cookies (which leaves some information on your visitors page)and check cookies if visitor has visted within 24 hours then dont show ads. Otherway is to Use database at back end to store information at your end. everytime page loads, check its IP against IP list in your database. I dont think so it makes some sense to show ads once a day