AdMob Mediation Adapter for AdBuddiz
Use with cordova admob plugins such as cordova-plugin-admob and cordova-plugin-admob-free
In your application project directory:
cordova plugin add cordova-plugin-admob-mediation-adbuddiz
Set Up Admob Mediation with a CustomEvent:
For Android, In the Class Name field, enter:
com.purplebrain.adbuddiz.sdk.admob.AdBuddizCustomEventInterstitial
For iOS, In the Class Name field, enter:
AdBuddizGADCustomEventInterstitial
In the Label field, enter:
AdBuddiz
In the Parameter field, enter the publisher key of your application.
Keep using the API of your favorite Admob cordova plugin!
- [Android] Removing jar. Use maven instead
- [iOS] no need to edit AppDelegate.m
- AdBuddiz SDK 3.1.11
The MIT License