From f9c1afe55ef96e18e6b51625a8775d844950dbc9 Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Sat, 8 Oct 2022 17:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=92=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E8=A7=A6=E5=8F=91=E9=A2=91=E7=8E=87=E9=99=90=E5=88=B6?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/ad-interstitial.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/component/ad-interstitial.md b/docs/component/ad-interstitial.md index cd99c1cf8..77c035d07 100644 --- a/docs/component/ad-interstitial.md +++ b/docs/component/ad-interstitial.md @@ -43,7 +43,7 @@ |show|显示广告| -HBuilder 基座的测试广告位 `adpid` 为 `1111111113` +HBuilder 基座的测试广告位 `adpid` 为 `1111111113`,微信小程序暂不提供测试广告位 简单示例 @@ -94,6 +94,15 @@ export default { ``` +**注意** + +- 微信小程序插屏广告触发频率限制: + - 小程序启动一定时间内不允许展示插屏广告 + - 距离小程序插屏广告或者激励视频广告上次播放时间间隔不足,不允许展示插屏广告 + - 当前正在播放激励视频广告或者插屏广告,不允许再次展示插屏广告 + + + **错误码** [错误码相关问题排查](https://uniapp.dcloud.net.cn/component/ad-error-code.html) -- GitLab