Geniee Mediation Banner Integration For iOS AdManager english - unigeniee/Geniee-iOS-SDK GitHub Wiki

iOS Implementation of Geniee ad delivery in custom mediation of GoogleAdManager banner ads

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.

Preparation for implementation

Add GoogleMobileAds

Add the following to Podfile.

pod 'Google-Mobile-Ads-SDK'

Add GNAdDFPBannerMediationAdapter

Introduce with Cocoapods(Recommend)

Add the following to Podfile.

pod 'Geniee-DFP-Mediation-Banner-Adapter'

Introduction with manual

About manual installation procedure Download GNAdDFPBannerMediationAdapter.

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".

Common introduction contents

  • 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".

Add Geniee SDK

For installation of Geniee SDK, see the start guide. ※ When using this function, please use Geniee SDK of Version 3.1.1 or higher.

Start guide

Implementation of banner ad

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

⚠️ **GitHub.com Fallback** ⚠️