Fixed

底部定位广告 zoneType: Fixed

底部定位广告不需要创建容器, 通过调用window.adsTag.renderFixed(zoneId, width, height)方法进行广告渲染

参数说明:

参数
类型
说明
是否必传
默认值

zoneId

string

指定广告单元组,使用该参数可以区分广告组收益

--

width

number

指定广告宽度,需要根据网站实际布局调整

300

height

number

指定广告高度,需要根据网站实际布局调整

250

示例: 查看演示

window.adsTag.renderFixed(zoneId);

Last updated