如何在响应式网站中仅在移动设备上展示320x100 AdSense广告

时间:2015-08-12 21:39:40

标签: adsense

我在AdSense中创建了一个320x100的广告代码。我想只在移动设备上使用它,但是当我添加此代码时,它也会在我的桌面页面上显示为320x100。

如何确保它仅在移动设备中显示(不在平板电脑和台式机上)?

感谢。

<style>
.test { width: 320px; height: 100px; }
@media(min-width: 401px)  { .test { display:none; } }
</style>
<script asyncsrc="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js</script>
<!-- test -->
<ins class="adsbygoogle"
style="display:inline-block"
data-ad-client="ca-pub-xxxx"
data-ad-slot="xxxx"></ins>
<script>

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

0 个答案:

没有答案