AdMob 原生广告

AdMob Native Ads

我想在我的免费增值 iOS 应用程序中展示广告,并且想使用 AdMobs 原生广告来更好地匹配我的应用程序的风格。但是现在我有关于这些广告的三个问题...

据我了解,它们目前是有限的?!?

Native Ads Advanced is currently in a limited beta release. If you are interested in participating, reach out to your account manager.

看看。 https://developers.google.com/admob/ios/native-advanced

那么我可以显示这些吗?至少我目前正在收到一些测试广告...如果是这样,在直播时是否有足够的广告可以展示?

第二个问题是关于那个小 (i) 图标。隐私政策之一。我只是无法设法将其设置为不同的位置... 据我所知,它是 adChoicesView,对吧?文档指出:

Must set adChoicesView before setting nativeAppInstallAd, otherwise AdChoices will be rendered in the publisher's preferredAdChoicesPosition as defined in GADNativeAdViewAdOptions.

因此,在我的广告视图中,我有一个 UI 视图,我 class 将其设置为 GADAdChoicesView,并且在我将广告设置到 [=12] 之前设置了该视图=]...但是,它仍然会呈现它自己的 (i) 符号。我怎样才能自己设置那个图标的位置?

此外...在一个屏幕上,广告的一小部分将被 UI 元素覆盖。这是个问题吗?

"So will I able to display those? At least I am currently receiving some test-ads right now... And if so, when live, are there enough Ads to show?"

是的,您将能够展示这些广告,但您需要与 google 客户经理联系。

我们尝试过,但他们需要您的应用拥有大量(可能超过 100000)用户,因此您应该尝试联系。

"How can I set the position of that Icon myself?" In java there are properties like

    ADCHOICES_TOP_LEFT

    ADCHOICES_TOP_RIGHT

    ADCHOICES_BOTTOM_RIGHT

    ADCHOICES_BOTTOM_LEFT

所以ios中一定有类似的东西。

还要尝试遵循所有准则,因为 google 倾向于阻止帐户,因为他们认为这是非法点击。查看 link 了解更多详情

Admob Support