cordova-plugin-admob-mediation-adbuddiz
v1.2.0
Published
AdMob Mediation Adapter for AdBuddiz
Downloads
2
Maintainers
Readme
AdMob Mediation Adapter for AdBuddiz
Use with cordova admob plugins such as cordova-plugin-admob and cordova-plugin-admob-free
Installation
In your application project directory:
cordova plugin add cordova-plugin-admob-mediation-adbuddiz
Usage
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!
Changelog
Version 1.2.0:
- [Android] Removing jar. Use maven instead
Version 1.1.0:
- [iOS] no need to edit AppDelegate.m
Version 1.0.0:
- AdBuddiz SDK 3.1.11
Licence
The MIT License