Geniee Mediation Banner Integration For iOS AdManager english - unigeniee/Geniee-iOS-SDK GitHub Wiki
Banner ads is an advertisement expressed by image or animation.
By using this function, Geniee's Banner ad can be delivered by the mediation function of GoogleAdManager.
Add the following to Podfile.
pod 'Google-Mobile-Ads-SDK'
Add the following to Podfile.
pod 'Geniee-DFP-Mediation-Banner-Adapter'
About manual installation procedure
Download GNAdDFPBannerMediationAdapter.Copy GNAdDFPBannerMediationAdapter.framework to the project by drag-and-drop.
Select the project from the navigator area, then select "TARGET" -> "General".
Add "GNAdDFPBannerMediationAdapter.framework" to "Embedded Binaries".
- Select "Pods/***.xcconfig" from the navigator area.
Delete -framework "GoogleMobileAds" from "OTHER_LDFLAGS". - Select a project from the navigator area, then select "TARGETS" -> "Build Settings".
Delete "GoogleMobileAds" from "Other Linker Flags".
For installation of Geniee SDK, see the start guide. ※ When using this function, please use Geniee SDK of Version 3.1.1 or higher.
By using the UnitID that set mediation on GoogleAdManager management screen, you can display the mediated banner ads.
For details on how to implement the banner of GoogleAdManager, please refer to the following site.
How to implement banner of GoogleAdManager