简体   繁体   English

Admob 是否允许在 Android 应用的生产版本上放置测试广告

[英]Does Admob allow placing test ads on production version of Android app

I have an android app that contains Admob ads with test ids, and i want to publish it now to production with test ids of Admob.我有一个 Android 应用程序,其中包含带有测试 ID 的 Admob 广告,我想现在将其发布到带有 Admob 测试 ID 的生产环境中。 I want to know if Google allows placing test ads on app that is available openly to everyone.我想知道谷歌是否允许在对所有人开放的应用程序上投放测试广告。

The reason i am doing this is because my app is not yet approved by Admob and i don't want to release ads-free version to production (because it contains subscription to remove ads, and i want to avoid problems in future).我这样做的原因是因为我的应用程序尚未获得 Admob 的批准,我不想将无广告版本发布到生产环境(因为它包含删除广告的订阅,我想避免将来出现问题)。

I read the google policy but did not find this scenario and its solution.我阅读了谷歌政策,但没有找到这种情况及其解决方案。

Yes, AdMob allows you to run test ads on the production version of your Android app.是的,AdMob 允许您在 Android 应用的生产版本上投放测试广告。 Test ads are designed to help you test your app's AdMob integration without using actual ad.测试广告旨在帮助您在不使用实际广告的情况下测试应用的 AdMob 集成。

To use test ads in your app, you can use test IDs provided by AdMob.要在您的应用中使用测试广告,您可以使用 AdMob 提供的测试 ID。 These ad unit IDs will return test ads instead of live ads when your app makes an ad request.当您的应用发出广告请求时,这些广告单元 ID 将返回测试广告而不是实时广告。 You can use test ads to verify that your app integrates well with AdMob and to make sure you're seeing the ad content you expect.您可以使用测试广告来验证您的应用是否与 AdMob 良好集成,并确保您看到的是您期望的广告内容。

It's important to note that test ads should only be used for testing purposes not for real users.请务必注意,测试广告只能用于测试目的,不能用于真实用户。 Always change test ids to real ids.始终将测试 ID 更改为真实 ID。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM