在移动设备上设置Google自适应广告单元的最大高度

时间:2018-10-23 16:58:21

标签: adsense

我尝试了几种方法来限制Google自适应广告单元的最大高度。

我尝试在包含的div和ins标记上设置height和max-height。

我也尝试过设置data-ad-format =“ horizo​​ntal”而不是默认值“ auto”。

<div style="height: 60px; max-height: 60px">
    <!-- Responsive center ad -->
    <ins class="adsbygoogle"
         style="height: 60px; max-height: 60px;"
         data-ad-client="ca-pub-xxx"
         data-ad-slot="xxx"
         data-ad-format="horizontal"
         data-full-width-responsive="true"></ins>
    <script>
        (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
</div>

这些方法均无效,结果总是在移动设备上显示300x250像素的广告。

我做错了什么?移动设备是否有单独的设置?这一切都适用于台式机,但我无法限制移动设备上广告的高度。

0 个答案:

没有答案