You have to decrease your CTR and make sure your ads placements are not tricky to avoid accidental clicks...
Because once you did those optimizations your visitors surfing speed increased and that affected the user experience somehow...
Cloudflare passes the country shortcode of the visitor to the server, $_SERVER['HTTP_CF_IPCOUNTRY '];
All what you have to do is create a single php file and use php if conditions this is an example:
<?php
$country_code = mb_strtoupper($_SERVER["HTTP_CF_IPCOUNTRY"], 'UTF-8');
//United States...
If he is embeding js files from your hosting, there is another option which is bsufcate JS Files and make them work only for your domain...
https://obfuscator.io/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.