HomeDocs
跳到主要内容

原生模版广告组件

简介

native/原生 广告。

属性说明

属性名类型是否必填默认值描述最低支持版本号
app-idstring小程序总应用ID(从 hisavana 平台获取配置)2.2.0
code-seat-idstring小程序代码位ID(从 hisavana 平台获取配置)2.2.0
code-seat-typestring1native/原生广告,请设置为 "1",如若随意填写,会无法请求到广告2.8.0
bindloadeventhandle广告加载成功的回调2.2.0
binderroreventhandle广告加载失败的回调2.2.0
bindcloseeventhandle广告关闭时的回调2.2.0

广告类型说明

类型说明
1stringnative/原生
2stringbanner/横幅
3string插屏
4string开屏,暂时不支持
5string激励视频,暂时不支持

示例

<!-- pages/index/index.dlt -->
<view>
<ad
code-seat-id="xxx"
app-id="xxx"
code-seat-type="1"
bind:binderror="handleAdError"
>
</ad>
</view>
// pages/index/index.js
Page({
handleAdError() {
console.log("ad error");
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.