
If you are facing a problem of invalid Clicks on your website or blog then this tutorial will be very much helpful for you. You can handle invalid Clicks on your AdSense ads or any other ad network using the script.
You just have to paste this simple JavaScript code on your website or blog then this script will automatically detect invalid Clicks on your AdSense ads and prevent that user to click again on that ad
Here are different ways to place the script on your website in blogger or in WordPress you can create widgets and place this script inside that visit or simply copy the code below and paste it inside your template code by going to the template editor.
Steps to place invalid click Detector script in blogger:
- Go To Blogger Dashboard
- Then Go to Theme / Template
- Click Edit HTML Button
- Now search for </head>
- Now Copy and paste the code provided below just above the tag which we have founded in steps 4.
- Save Theme/Template.
To Search anything in blogger Press Ctrl + F and type or paste the term to search in search bar.
function downloadJSAtOnload(){var e=document.createElement("script");e.src="https://rawcdn.githack.com/softwebtuts/softwebtuts.com/js/antiboomclick.js",document.body.appendChild(e)}window.addEventListener?window.addEventListener("load",downloadJSAtOnload,!1):window.attachEvent?window.attachEvent("onload",downloadJSAtOnload):window.onload=downloadJSAtOnload;
Post a comment
Was this article useful? Please Leave Your Feedback by writing what's in your mind, below.