有时不显示Adsense

时间:2018-07-10 20:25:45

标签: node.js vuejs2 ads adsense

我正在将Vue.js 2.0与SSR结合使用。自开始(1-2个月)以来,我就遇到了Adsense的问题。我尝试了几种选择,但都没有解决问题。最烦人的部分是广告有时显示,有时不显示。您可以在以下链接中看到我的网站,如果单击任何帖子,标签,用户或位置,您都应该看到广告。通常,即使您看到了广告,在网站中进行一些导航之后,有时广告也会消失。

https://www.toopics.com/

到目前为止,我尝试了这些库:

这些代码:

<script2 async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script2>
 <ins class="adsbygoogle"
         style="display:block; width:300px; height: 250px;"
         data-ad-format="fluid"
         data-ad-client="ca-pub-xxx"
         data-ad-slot="xxx"></ins>
<script2>(adsbygoogle = window.adsbygoogle || []).push({});<script2>
  • 我还尝试了在mounted方法中移动推动的部分,有没有给出超时的时间。
  • 我还尝试了删除脚本导入并将其移至我的index.template.html
  • 在节点服务器日志或浏览器日志中没有看到任何错误。

我的服务器位于 DigitalOcean 上,并且我还在使用 CloudFlare

有时候我仍然可以看到广告,有时只是空白。看来我收到了Adsense的空响应。

请帮助我或指导我正确的方向

0 个答案:

没有答案