簡體   English   中英

Google Adsense問題

[英]Google Adsense issue

我是Wordpress的新手。 我希望在我的Wordpress網站中顯示一個響應式Google Adsense。 我從谷歌廣告感得到此響應代碼

我的wordpress網站。 www.shoretemple.com

<script async src="//"></script>
<!-- ShoreTemple_2015 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9979776236104288"
     data-ad-slot="3591025896"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

我已經將其粘貼在小部件側欄上。 它什么也沒顯示。 我等了三天。 仍然沒有任何顯示。.我嘗試在普通的html頁面上插入此代碼。 它仍然沒有工作。 但是...當我粘貼此代碼時:

<div class="banner300x250"><script type="text/javascript"><!--
google_ad_client = "ca-pub-9979776236104288";
/* ShoreTemple_MediumRectangle_3 */
google_ad_slot = "2865064305";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>

這是一個完美的作品,但反應遲鈍。 我有什么想念的嗎? 如果沒有,如何使其響應。

謝謝你的幫助。

可能的錯誤! ...也將其包含在小部件中(如果有多個,則包含任何一個)

<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>

我發現了這個很棒的插件,稱為快速廣告感。 那解決了我的問題。 謝謝

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM