簡體   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