how can i prevent clicks from certain ip address.what should i do so that people on that ip address(i mean visitors) will not be able to click ads on my blog?Is there any way for it?pls help
i cant help it......just tell me the way how to block that ip address from adsense ads.Can i do some modifications in my adsense account?
Same is the case with me... i want to block an ip address but its dynamic... is there a way to block that user as he is giving invalid clicks to my site and will definitly get my adsense account banned. i am helpless as i will suffer becoz of someone else's misdeeds....
You can use MaxMind's GeoLite Country database to filter traffic based on IP addresses. There are several coding examples available and if your not sure how to use it you can always hire a programmer.
Block that person from your .htaccess file order allow,deny allow from all deny from 196.1.176.195 Code (markup): I found it in this page when i searched in yahoo.
i use blogger.If i have 5 blogs doing adsense where should i insert the above code?Also i have to insert it in every blog html or is there any way i can do it in my adsense account?
i think you have few options because you don't have your own host , can't use .htaccess or your own mysql for asrep with the blogger account.