Integrate with AdMob
If you already have AdMob ads serving in your app, but want to integrate AwesomeAds as well, without having to directly use the Unity Publisher SDK, you can follow the steps below:
Add the AdMob plugin
Download the latest SuperAwesomeAdMob
Publisher SDK: Releases
Setup AdMob Mediation Groups
For Android platform use: Android Guidelines
For iOS platform use: iOS Guidelines
Implement Ads
Please follow the official AdMob Unity guidelines to implement the ads.
Use Resolver to Download Dependencies
SuperAwesomeAdMob SDK internally uses the External Dependency Manager.
In Unity Editor, go to:
On the top menu -> Assets > External Dependency Manager -> Android Resolver -> Force Resolve
EDM will download the neccesarry Android dependencies.
Customisation
Make your customisations first:
SAVideoAd.enableCloseButton();
SAVideoAd.enableParentalGate();
SAVideoAd.enableBackButton();
After you make the changes for the settings for Video
or Interstitial
ads, call applySettings()
right before calling the show()
method:
SAVideoAd.applySettings();
this.rewardedAd.Show();