我在interstitialAd和PublisherInterstitialAd以及DFP廣告管理系統(DFP)之間有些混淆。Android:PublisherInterstitialAd和Google Play服務的DFP廣告管理系統
DFP在https://developers.google.com/mobile-ads-sdk/
發現作爲https://developers.google.com/mobile-ads-sdk/download簡稱,它說:「在2014年8月1日,谷歌播放將停止接受使用舊獨立的谷歌移動廣告SDK v6.4.1或新的或更新的應用程序較低,到那時您必須升級到Google Play版本的Mobile Ads SDK。「
所以我按照說明導入google-play-services_lib作爲Workspace中的庫,並將其作爲庫引用到我的應用中。我也刪除了GoogleAdMobAdsSdk-6.4.1.jar
,因爲它稍後不會受到支持。
雖然我不知道有什麼區別,我已經改變了我以前所有的在InterstitialAd按照https://developer.android.com/reference/com/google/android/gms/ads/doubleclick/PublisherInterstitialAd.html,反正到PublisherInterstitialAd,一整頁廣告的出現,我認爲它是好的。
所以
就是在InterstitialAd,PublisherInsterstitialAd之間的區別? PublisherInsterstitialAd只是interstitialAd的新版本?
什麼是DFP廣告管理系統?
謝謝!
我也很想知道! – Michael