How to Protect from invalid clicking for Blogger
Hello Guys and welcome to Wolv Themes Our Tutorial today is about How to Protect from invalid click for Blogger.
Benefits :-
- Stops te invalid clicking.
- Protects from getting your website banned from Adsense.
Let's Start
How to Protect from invalid clicking :-
Step 1 :- Go to Blogger's
dashboard and click theme.
Step 2 :- Click the arrow down icon next to the 'customize'
button.
Step 3 :- Click Edit Html.
Step 4 :- Click on any word then Press CTRL+ F
and type in the search form </body>.
Step 5 :- Copy the provided below code and paste it just before </body>.
<script>
//<![CDATA[
function downloadJSAtOnload(){var e=document.createElement("script");e.src="https://cdn.jsdelivr.net/gh/wolvthemes/theme@master/clickonme.js",document.body.appendChild(e)}window.addEventListener?window.addEventListener("load",downloadJSAtOnload,!1):window.attachEvent?window.attachEvent("onload",downloadJSAtOnload):window.onload=downloadJSAtOnload;
Wolv.init({click:3,interval:23000});
//]]>
</script>
7 comments
But is this code works really.
If you don't believe me then add this code and then click the ads many times and you will find out.