Forum Moderators: martinibuster
Will google come to our site and see no ad on that page and start getting suspicious towards it? cuz we do have more than 10000 impression daily.
We just not sure if google will come and check and think why there is no ad on the page but we generate revenue from it.
Just before your Adsense javascript block, using something like:
<? if ($condition == true) {?>All your javascript code here <? }?>
Obviously condition will be something like "$_GET['id']" and true might be replaced with "83473478"
Or if you want it to appear on all pages with an ID, use:
<? if ($_GET['id']!== "") {?>Google Ads Here<? }?>