小程序
小游戏
企业微信
微信支付
扫描小程序码分享
小程序加了激励式视频,调试,体验版能够正常打开,正式版无法调起。
appid:wx97cf6ae4c7902b8f
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
小程序加载激励视频,有些用户加载失败,一直加载不出广告
if (wx.createRewardedVideoAd) {
this.videoAd = wx.createRewardedVideoAd({
adUnitId: '广告位id'
})
this.videoAd.onLoad(() => {
console.log('加载成功了');
this.videoAd.onError((err) => {
wx.showToast({
title: err.errMsg
});
this.videoAd.onClose((res) => {
console.log(res.isEnded + '关闭');
if (res.isEnded) {
}
this.videoAd.show().then(() => {
console.log("广告显示成功");
}).catch((err) => {
wx.hideLoading();
console.log("广告组件出现问题", err);
// 可以手动加载一次
that.videoAd.load().then(() => {
console.log("手动加载成功");
// 加载成功后需要再显示广告
that.videoAd.show();
}).catch(err => {
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
监听一下onError事件看看有什么提示
搞定了没有?不是说要写文章的嘛,可以发来看看吗?
马上写好了,等会
好的,我就坐等看你的文章了
写好了:https://mp.weixin.qq.com/s?__biz=MzIyNDQzMDAwNg==&mid=2247485252&idx=1&sn=695560f88d80995093e7cb55b4749cbc&chksm=e80e559ddf79dc8b324ee0ada1b69e09ef4e25c841be5d3a2208c7a56795abc98377d88162eb&token=1078153792&lang=zh_CN#rd
非常感谢
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
小程序加载激励视频,有些用户加载失败,一直加载不出广告
if (wx.createRewardedVideoAd) {
this.videoAd = wx.createRewardedVideoAd({
adUnitId: '广告位id'
})
this.videoAd.onLoad(() => {
console.log('加载成功了');
})
this.videoAd.onError((err) => {
wx.showToast({
title: err.errMsg
});
})
this.videoAd.onClose((res) => {
console.log(res.isEnded + '关闭');
if (res.isEnded) {
}
})
}
this.videoAd.show().then(() => {
console.log("广告显示成功");
}).catch((err) => {
wx.hideLoading();
console.log("广告组件出现问题", err);
// 可以手动加载一次
that.videoAd.load().then(() => {
console.log("手动加载成功");
// 加载成功后需要再显示广告
that.videoAd.show();
}).catch(err => {
});
});
监听一下onError事件看看有什么提示
搞定了没有?不是说要写文章的嘛,可以发来看看吗?
马上写好了,等会
好的,我就坐等看你的文章了
写好了:https://mp.weixin.qq.com/s?__biz=MzIyNDQzMDAwNg==&mid=2247485252&idx=1&sn=695560f88d80995093e7cb55b4749cbc&chksm=e80e559ddf79dc8b324ee0ada1b69e09ef4e25c841be5d3a2208c7a56795abc98377d88162eb&token=1078153792&lang=zh_CN#rd
非常感谢