小程序广告流量主操作指引:文档地址
开发者可以使用 ad 组件创建 Grid 广告组件,Grid 广告组件在创建后会自动拉取广告数据并显示。
小程序视频广告组件提供黑、白两种主题样式,开发者可以在创建视频广告时传入grid-count
参数实现主题样式选择,grid-count
参数为数字类型,参数值可选5
, 8
<view class="adContainer">
<ad unit-id="xxxx" ad-type="grid" grid-count="5"></ad>
</view>
<view class="adContainer">
<ad unit-id="xxxx" ad-type="grid" grid-count="8"></ad>
</view>