Want to skyrocket the popularity of your plugin and reach millions of eager users? Look no further than WP Hive. Gain credibility through in-depth reviews, drive conversions with targeted email marketing, and boost visibility with strategic social promotion and exposure
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Tests done by WP Hive test script Results
Minimal impact on memory usage The memory usage of this plugin is less than the average memory usage of other plugins on WordPress.org + 200KB. Check FAQ for more.
Minimal impact on pagespeed The impact of this plugin on PageSpeed is less than the average impact of other plugins on WordPress.org + 1000 milliseconds
No PHP errors, warning, notices WP Hive automated test found no PHP error while activating this plugin on our server
No Javascript issues WP Hive automated test found no JavaScrip error while activating this plugin on our server
Latest PHP 7.4.8 compatible WP Hive automated test found the plugin fully compatible with the latest version of PHP
Latest WordPress 5.9.2 compatible WP Hive automated test found the plugin fully compatible with the latest version of WordPress
Optimized database footprint The plugin creates more than 50 database tables
No activation errors WP Hive automated test found no activation error while activating this plugin on our server
No resource errors WP Hive automated test found no resource error/s while trying this plugin on our server
Frequently updated The plugin was not updated at least once in the last 90 days
All the plugins are tested on the same server with exactly same configuration via test script that automatically activates and logs the data WP Hive shows.
All the scripts run on a VPS with 8 CPU cores and 8 GB of RAM.
The test sites are hosted on Google Cloud VM instances, one site/plugin per instance. The machine type is n1-standard-1. The server is a 8 core CPU with 8GB of RAM.
The test sites are hosted on Apache/2 server and they are tested on PHP 7.4.8 & WordPress 5.9.2.
The database server is MySQL 8.0.21 and the default PHP memory limit is 256M.
Disclosure: When you buy through affiliate links on this site, WP Hive may earn a commission which we use to keep the site running. Learn more →
About Ad Invalid Click Protector
Description
AdSense Invalid Click Protector a.k.a. AICP plugin will help you to save your Google AdSense account from unusual invalid click activities and click bombings. As per the Google AdSense terms, Google doesn’t take any responsibility towards these invalid click activities or click bombings and always point the finger towards the AdSense plublisher, giving him/her all the blames. Now it is....
AdSense Invalid Click Protector a.k.a. AICP plugin will help you to save your Google AdSense account from unusual invalid click activities and click bombings. As per the Google AdSense terms, Google doesn’t take any responsibility towards these invalid click activities or click bombings and always point the finger towards the AdSense plublisher, giving him/her all the blames. Now it is time to end this problem, once and for all.
Important Note: From v1.1.0 this plugin will only work with AdSense ad code or any ad code that shows iframe based ads. Normal affiliate ad codes will be tracked anymore. If you want to track affiliate ad codes like , please use v1.0.6 of this plugin. v1.1.0+ code will not work that way. To know why I had to do this, check the FAQ section.
Important Note: This plugin uses the free API version of IP-API.com which allows 150 req/min. If you have a high traffic website, this 150 requests per minute will not be enough for you and you may see 503 Error on your site due to free API restrictions. If you have a high traffic website which may generate more than 150 requests per minute, I will recommend you to grab the PRO Version of IP-API and enter your Pro API key in the General Settings page of this plugin.
Video Demonstration About the Plugin Usage
Before start using the plugin, I will highly recommend you to take a look at this video demostration where I’ve explained everything about this plugin.
For plugin support please post your your feedback and support questions to the Plugin’s Support Forum.
It took 300+ hours to code, design, test and to do several bugfix to make this plugin a reality. If you enjoy this plugin and understand the huge effort I put into this, please consider donating some amount (no matter how small) for keeping aliave the development of this plugin. Thank you again for using my plugin. Also if you love using this plugin, I would really appiciate if you take 2 minutes out of your busy schedule to share your review about this plugin.
Features of the plugin include:
Set maximum ad click limit
Block any visitor if he exceeds the mentioned click limit
Ban some countries from seeing the ads on your site
Ability to see the list of banned user details from the WordPress admin section
Ability to delete any banned IP one by one or in bulk approach
Ability to search any IP within the banned IP list
Admin dashboard widget to show the total number of banned users
Now this plugin is also hosted in Github. But the Github repo will be used for the development of the plugin. So, from now on you can also report the bugs in Github Issue Tracker if you want.
Some FAQs
How to use this plugin with your site?
I know there are many WordPress plugin where you basically paste your AdSense code and it shows your ad at various position of your website. But unfortunately it is not humanly possible for me to check every single plugin of such out there or contact each plugin developer. Here I’m showing you how to incorporate the AdSense Invalid Click Protector (AICP) plugin with your website’s ad code, so that both other plugin developers and normal users who use custom codes to show up their ads can take advantage of this.
To use the AdSense Invalid Click Protector plugin with your ad code you basically have to do 2 simple things.
Put a if( aicp_can_see_ads() ) { /* return your ad code here */ } block before returning your ad code to the front end
Wrap your ad code within a simple div tag like this
...your ad code goes here...
Personally I create various WordPress shortcodes for various ad units that I use on my personal website. It is extremely easity to create shortcodes for your ad units while taking the advantage of AdSense Invalid Click Protector Plugin. Let me show you how to create a WordPress shortcode very easily.
To create a shortcode the first thing you need to do is, go to the functions.php file of your theme or your child theme and at the end of yoru file put any of the following code.
If you are using a PHP version < 5.3, you can create a shortcode in the following way:
add_shortcode( 'your_shortcode_name', 'your_shortcode_function_name' );
function your_shortcode_function_name() {
if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors
$adCode = '
';
return $adCode;
} else { // Anything within this part will be shown to your banned visitors or to the blocked country visitors
return '
You have been blocked from seeing ads.
';
}
}
If you are using PHP version >= 5.3, you don’t need to give a function name, instead you can take advantage of of anonymous function like this way:
add_shortcode( 'your_shortcode_name', function() {
if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors
$adCode = '
';
return $adCode;
} else { // Anything within this part will be shown to your banned visitors or to the blocked country visitors
return '
You have been blocked from seeing ads.
';
}
} );
Please Note: if you want, you can completely ignore the else {} block above in case you don’t wanna show anything special to the blocked visitors.
How can I know what PHP version I am using?
You can install the WP Server Stats plugin in your website which will show you many important information about your hosting environment including what PHP version you are currently using.
Can this plugin be used with other ad medias?
No It is not. This plugin will only work with AdSense ads or any ad media that shows iframe based ads. Recently Google has tweaked there ad code which makes merely impossible to support both iframe based ads like AdSense and non-iframe based ads, like affiliate ads.
In case of affiliate ads, there is generally no click bombing issue, that is why from v1.1.0, AICP will only support iframe based ads and not general affiliate ads. Sorry guys! In case you want to use AICP just for affiliate ads, I will recommend you to download v1.0.6 of the plugin from the old archive.
Will it help me from stop clicking on my own ads?
No, you are not supposed to click on your own ads. If you want you can use adblock in your borswer to save yourself from accidental clicking on your own ads.
Languages
AdSense Invalid Click Protector plugin is 100% translation ready. Right now it only has the English translation in it but over time with the community help I hope this plugin will have many language in it’s language directory.
Support the Plugin
If you like this plugin please don’t forget to write a review and if possible please Donate some amount to keep the plugin and it’s development alive.
We found the following errors while activating the plugin. Read more how WP Hive generates this data.
[05-Apr-2022 14:30:31 UTC] WordPress database error Can't DROP 'country_name'; check that column/key exists for query ALTER TABLE wp_adsense_invalid_click_protector DROP COLUMN country_name, DROP COLUMN country_code; made by activate_plugin, do_action('activate_ad-invalid-click-protector/adsense-invalid-click-protector.php'), WP_Hook->do_action, WP_Hook->apply_filters, AICP_SETUP::on_activation
Show Off Your Plugin
PHP 7.4.8
Powered by WP Hive
WP 5.9.2
Powered by WP Hive
PHP 7.4.8
WP 5.9.2
Love using this plugin?
Why don’t you compare the plugin side by side with another plugin
Want to skyrocket the popularity of your plugin and reach millions of eager users? Look no further than WP Hive. Gain credibility through in-depth reviews, drive conversions with targeted email marketing, and boost visibility with strategic social promotion and exposure
Subscribe to get more quality reviews and articles.
Be Part of the Conversation with WordPress Enthusiasts
Using Ad Invalid Click Protecto...? Great, join the conversation now!
Let’s talk about overall quality, ease of use, stellar support, unbeatable value, and the amazing experience Ad Invalid Click Protecto... brings to you.
Changelog
Please Share:
Please Allow Us A Moment Before You Go
Subscribe to our weekly newsletter to get exclusive WordPress toturials, updates and pillar content directly in your inbox.
Be Part of the Conversation with WordPress Enthusiasts
Using Ad Invalid Click Protecto...? Great, join the conversation now!
Let’s talk about overall quality, ease of use, stellar support, unbeatable value, and the amazing experience Ad Invalid Click Protecto... brings to you.