【发布时间】:2014-01-26 11:13:30
【问题描述】:
我对 interstitialAd 和 PublisherInterstitialAd 和 DFP 广告管理系统 (DFP) 有点混淆。
DFP 位于https://developers.google.com/mobile-ads-sdk/
正如https://developers.google.com/mobile-ads-sdk/download 中提到的,“2014 年 8 月 1 日,Google Play 将停止接受使用旧版独立 Google Mobile Ads SDK v6.4.1 或更低版本的新应用或更新应用。您必须升级到届时移动广告 SDK 的 Google Play 版本。”
所以我按照说明将 google-play-services_lib 导入为工作区中的库,并将其作为库引用到我的应用程序中。我还删除了GoogleAdMobAdsSdk-6.4.1.jar,因为以后无论如何都不会支持它。
虽然不知道有什么区别,但是我把之前的interstitialAd都改成了PublisherInterstitialAd,关注https://developer.android.com/reference/com/google/android/gms/ads/doubleclick/PublisherInterstitialAd.html,反正就是整页广告出现了,我觉得还好。
所以
interstitialAd、PublisherInsterstitialAd 有什么区别? PublisherInsterstitialAd 只是 interstitialAd 的新版本?
什么是 DFP 广告管理系统?
谢谢!
【问题讨论】:
-
我也很想知道!
标签: android google-play-services ads interstitial