【发布时间】:2021-01-07 03:54:42
【问题描述】:
我制作了一个 320 像素 *60 像素的固定展示广告。如何在我想要的地方插入颤振网页? 这是我从adsense得到的代码:
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- MyAd -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:60px"
data-ad-client="xxxxxxxxx"
data-ad-slot="xxxxxxxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
或者是否可以通过某种方式操纵 flt-glass-pane 使颤振不占据屏幕底部 60 像素并在那里插入 adsense 广告?
我正在寻找一种将 adsense 广告插入到内置于 flutter-web 的移动网站的方法
【问题讨论】:
标签: flutter adsense flutter-web