javascript - Google ads don't show on my website -


my google advertisements aren't showing on html homepage - instead there's blank box.

this looks like:

enter image description here

and code looks like:

<div class="advertising margin-bottom" align="center">      <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>      <ins class="adsbygoogle"           style="display:inline-block;width:265px;height:600px"           data-ad-client="ca-pub-7557573862902525"           data-ad-slot="6854013507"></ins>      <script>          (adsbygoogle = window.adsbygoogle || []).push({});      </script>   </div>

the reason ads aren't being displayed because domain forbidden (with error code 403).

this happens because adsense not want display ads on domain, either because of did violated adsense policies or previous domain owner did.

policy specialists disable ad serving page or site when it’s found in violation of program policies

if previous domain owner did , implementation of site in compliance can try , request ad serving reinstated.

to see information on how that:

  1. sign in adsense account.
  2. in left navigation panel, click settings.
  3. click policy center.

there's no guarantee ad serving reinstated in future if plan buy domain name , use adsense should check see if adsense has been disabled on it.

to verify if domain blocked or not: use the adsense sandox tool, , put in sites' url. if no ads show (like don't url) means domain blocked.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -