繁体   English   中英

谷歌adsense广告没有显示

[英]google adsense ad not showing

这是我的广告代码,我无法将广告显示在我的网站上。 我已经尝试了很多不同的想法,但我似乎无法弄明白。 任何建议都会很棒。 非常感谢你们!

   <!doctype html>
  <html lang="en">
    <head>
      <title>Random Dota Hero</title>
     </head>
     <meta charset="UTF-8">
     <link rel="stylesheet" type="text/css" href="randomdotacss.css" media="screen" />
     <body background="pa.jpeg"> 
     <body>
     <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
     <!-- Leaderboard Ad -->
    <ins class="adsbygoogle"
    style="display:inline-block;width:728px;height:90px"
    data-ad-client="ca-pub-xxx"
    data-ad-slot="xxx"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </body>

我会在Google Chrome上打开控制台,看看是否有任何错误消息

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM