1

我已经将广告放在了 WordPress 网站上,它当时运行良好,但过了一段时间谷歌广告没有显示之前:

<!-- wp:html -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9310298206025962"
     crossorigin="anonymous">
     
     </script>
<!-- Display Ad Unit 1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9310298206025962"
     data-ad-slot="9808339852"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- /wp:html -->

<!-- /wp:html -->
<amp-ad width="100vw" height="320"
     type="adsense"
     data-ad-client="ca-pub-9310298206025962"
     data-ad-slot="9808339852"
     data-auto-format="rspv"
     data-full-width="">
  <div overflow=""></div>
</amp-ad>
<!-- /wp:html -->

过了一会儿,上面的代码变成了这样:

   (adsbygoogle = window.adsbygoogle || []).push({}); 
4

0 回答 0