Stop Viewing Your AdSense Or Else …

After my bad experience with google, i’m obligated to share this simple trick so that you won’t get through the same mistake like i did.

Stop viewing your own adsense, that’s what you must do or google will kick your ass out for invalid impression. But that’s not easy, since as the owner you must view your website all the time to ensure everything is fine.

So, if you use wordpress like me, just add this code on your adsense script,

<?php
$myIp = "62.72.89.01"; // change to your IP
if ( $_SERVER['REMOTE_ADDR'] == $myIp ) {?>

<!-- this is where you put your adsense code -->              

<?php
}
?>

You would need to know your IP address, just go here. And that’s it. I should’ve done this long time ago. Ouww.

 

Tags: ,

Join the Conversation

1 Comment

Leave a comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.