我对 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 移动广告 SDK v6 的新应用或更新应用。 4.1 或更低版本。届时您必须升级到移动广告 SDK 的 Google Play 版本。
因此,我按照说明将google-play-services_lib导入为工作区中的库,并将其作为库引用到我的应用程序中。我还删除了GoogleAdMobAdsSdk-6.4.1.jar
它,因为以后无论如何都不会支持它。
虽然我不知道有什么区别,但我已经按照https://developer.android.com/reference/com/google/android/gms/ads/doubleclick/PublisherInterstitialAd.html将我以前的所有interstitialAd更改为PublisherInterstitialAd,并且无论如何,出现了整页广告,我认为这很好。
所以
interstitialAd、PublisherInsterstitialAd 有什么区别?PublisherInsterstitialAd 只是 interstitialAd 的新版本?
什么是 DFP 广告管理系统?
谢谢!