如何仅在移动设备,平板电脑等上展示Adsense广告(在桌面上隐藏)

时间:2015-06-28 20:23:01

标签: php jquery css mobile adsense

我最近将我的网站重新设计为响应式设计,一切都很好。唯一的问题是,当前的桌面广告与响应式设计不兼容。我发现了一种在移动设备上隐藏桌面广告的方法,但似乎无法在移动设备,平板电脑等设备上展示自适应广告(除了桌面之外的任何内容),这样我就可以为这些设置新的广告位置。我目前的adsense代码格式为

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

非常感谢任何有关此事的帮助。

最基本的问候

1 个答案:

答案 0 :(得分:1)

我会这样做,我会使用PHP代码。这是代码:

                   (adsbygoogle = window.adsbygoogle || [])。push({});     “; }&gt;

将该脚本放在页面顶部,当您想要显示广告时,只需粘贴此脚本:

相关问题