[LayaAir 1.0]qq小程序卡片广告
激励广告嵌入代码是js代码
let videoAd = qq.createRewardedVideoAd({
adUnitId: xxxxxx
})
videoAd.onError(function(res){
console.log('videoAd onError',res)
})
videoAd.onLoad(function(res){
console.log('videoAd onLoad',res)
})
videoAd.onClose(function(res){
console.log('videoAd onClose',res)
})
videoAd.load()
.then(() => {
console.log('激励视频加载成功');
videoAd.show().then(() => {
console.log('激励视频 广告显示成功')
})
.catch(err => {
console.log('激励视频 广告显示失败')
})
})
.catch(err => {
console.log('激励视频加载失败');
})
卡片广告的嵌入代码却是这种的<ad unit-id="xxxx" type="feeds"></ad> html的
激励js我知道怎么用了,但卡片广告这个html我该在小程序里哪里嵌入?小程序根本没有html为文件啊
let videoAd = qq.createRewardedVideoAd({
adUnitId: xxxxxx
})
videoAd.onError(function(res){
console.log('videoAd onError',res)
})
videoAd.onLoad(function(res){
console.log('videoAd onLoad',res)
})
videoAd.onClose(function(res){
console.log('videoAd onClose',res)
})
videoAd.load()
.then(() => {
console.log('激励视频加载成功');
videoAd.show().then(() => {
console.log('激励视频 广告显示成功')
})
.catch(err => {
console.log('激励视频 广告显示失败')
})
})
.catch(err => {
console.log('激励视频加载失败');
})
卡片广告的嵌入代码却是这种的<ad unit-id="xxxx" type="feeds"></ad> html的
激励js我知道怎么用了,但卡片广告这个html我该在小程序里哪里嵌入?小程序根本没有html为文件啊
没有找到相关结果
已邀请:
要回复问题请先登录
0 个回复