how could i edit Admob adunit size from banner to interstitial?(我如何将 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 大小从横幅编辑为插页式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我如何将 Admob adunit 大小从横幅编辑为插页式?
基础教程推荐
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01