我如何将 Admob adunit 大小从横幅编辑为插页式?

how could i edit Admob adunit size from banner to interstitial?(我如何将 Admob adunit 大小从横幅编辑为插页式?)
本文介绍了我如何将 Admob adunit 大小从横幅编辑为插页式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我将应用中的广告类型从横幅更改为 interstitial 时,我发现自己很无助.但我使用了与 admob 相同的 ad-banner id.虽然插页式广告看起来还不错,但我的 ecpm 很低....

i just found out myself helpless when i changed the ad type in my app from banner to interstitial. But i used the same ad-banner id from admob. though the interstitial are appearing just fine, my ecpm is quite low....

我尝试将我的应用的 admob adunit 类型从 banner 编辑为 interstitial,但它在我的 app setting 选项卡下被禁用.

i tried to edit admob adunit type from banner to interstitial for my app but it is disabled under my app setting tab.

所以我必须为我的应用程序创建一个新的 adunit id 并在 App Store 中发布我的应用程序的 新版本更新了广告单元 ID?

so do i have to create a new adunit id for my app and post the new version of my application in the App Store with updated ad unit id?

推荐答案

简答 - 是的.

横幅广告和插页式广告需要单独的 AdunitId.它们从不同的可用广告池中提取.

You need separate AdunitIds for banner and interstitial. They pull from different pools of available advertising.

它们在客户端上的呈现方式也不同.您需要使用不同的 API 来呈现插页式广告而不是横幅.请参阅 https://developers.google.com/mobile-ads-sdk/文档/admob/高级

They are also presented differently on the client. You need to use different APIs to present interstitials than banners. See https://developers.google.com/mobile-ads-sdk/docs/admob/advanced

这篇关于我如何将 Admob adunit 大小从横幅编辑为插页式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
tabbar middle tab out of tabbar corner(选项卡栏中间的选项卡角外)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)