如何仅在手机、平板电脑等设备上显示 Adsense 广告(在桌面上隐藏)
How to show Adsense Ads only on mobile,tablets,etc (Hide on Desktop)
我最近将我的网站重新设计为响应式设计,并且一切正常。唯一的问题是,当前的桌面广告与响应式设计不兼容。我发现了一种在移动设备上隐藏桌面广告的方法,但似乎无法找到一种方法来仅在移动设备、平板电脑等(桌面设备除外)上显示响应式广告,以便我可以为这些创建新的广告位置。我当前的 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>
如有任何帮助,我们将不胜感激。
最诚挚的问候
按照我的方式,我会使用 PHP 代码。这是代码:
(adsbygoogle = window.adsbygoogle || []).push({});
'; } }?>
将该脚本放在页面顶部,当您想要显示广告时只需粘贴此脚本:
我最近将我的网站重新设计为响应式设计,并且一切正常。唯一的问题是,当前的桌面广告与响应式设计不兼容。我发现了一种在移动设备上隐藏桌面广告的方法,但似乎无法找到一种方法来仅在移动设备、平板电脑等(桌面设备除外)上显示响应式广告,以便我可以为这些创建新的广告位置。我当前的 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>
如有任何帮助,我们将不胜感激。
最诚挚的问候
按照我的方式,我会使用 PHP 代码。这是代码:
(adsbygoogle = window.adsbygoogle || []).push({}); '; } }?>将该脚本放在页面顶部,当您想要显示广告时只需粘贴此脚本: