简体   繁体   English

iAd Admob中介初学者

[英]iAd Admob mediation beginner

So i've integrated iAd banner but I haven't signed their ad network agreement yet. 因此,我已经集成了iAd横幅,但是我尚未签署他们的广告网络协议。 On my app, the iAd banner says "You're connected to iAd, learn more", while the Google AdMob banner I only have a test banner. 在我的应用程序上,iAd标语说“您已连接到iAd,了解更多信息”,而Google AdMob标语我只有一个测试标语。 The AdMob test banner always plays over the iAd banner in ViewDidLoad, iAd banner never even shows. AdMob测试标语始终在ViewDidLoad中的iAd标语上播放,iAd标语甚至都不会显示。 I don't know where to start with the whole mediation thing? 我不知道整个调解从哪里开始? Do I sign up with iAd network first or do I just start the mediation on Apple's side or do I do the mediation on Google's side? 是先注册iAd网络还是从Apple端开始调解,还是从Google端开始调解? I don't even know where to start? 我什至不知道从哪里开始? Can someone who's done iAd Admob mediation just point me in the right direction where to begin because i've been looking on this site and i'm confused? 进行iAd Admob中介的人是否可以因为我一直在浏览本网站而感到困惑而只是将正确的方向指出从哪里开始?

iAd and AdMob are two different ad networks. iAd和AdMob是两个不同的广告网络。 I haven't worked with iAd yet, so I can't help much there but to offer that it sounds like you're using the test as unit code. 我还没有使用过iAd,因此我在那里无能为力,但只能提供您以测试作为单位代码的感觉。

As far as AdMob, I can that you're like using the test ad unit ID. 就AdMob而言,您可以使用测试广告单元ID。 You must use this ID when developing your app, and when you deploy to production and deploy your app you switch the ad Unit ID to the one you made for your app (mandated by the ToU). 在开发应用程序时,必须使用此ID;在部署到生产环境和部署应用程序时,您必须将广告单元ID切换为为应用程序制作的ID(由ToU强制指定)。

You should adjust your layout to provide spacing between the ads so that they are not overlapping. 您应该调整布局以在广告之间提供间距,以免广告重叠。 Without looking at you're code can't help beyond a recommendation to review the implementation docs for each ad service. 如果不看代码的话,除了建议阅读每个广告服务的实现文档外,代码无济于事。

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

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