AdMob Unity Adapter Plugin
The HyprMX Unity AdMob Adapter Plugin allows you to integrate HyprMX in your AdMob rewarded, interstitial, and banner waterfalls.
If you're upgrading from an older version, please refer to the Upgrade Guide. If you're installing the plugin for the first time, please follow our Setup Guide.
This version supports Unity AdMob plugin 7.0.0 and above.
HyprMX-AdMob-Plugin-6.0.3.1.unitypackage
2KB
Binary
HyprMXMediationExtras
has been deprecated and removed in HyprMX-AdMob 6.0.1.0. Please follow the steps below to remove the deprecated classes.- 1.Delete the previous
HyprMXAdMob
plugin from your project.Note: Confirm the following are removed from your project:HyprMXAdMob/Editor/EmbedHyprMXBinary.cs
GoogleMobileAds/Api/Mediation/HyprMX/HyprMXMediationExtras.cs
Plugins/Android/HyprMX-AdMob-Unity-Extras-release.aar
Plugins/iOS/HyprMXAdNetworkExtras.h
Plugins/iOS/HyprMXUAdNetworkExtras.h
Plugins/iOS/HyprMXUAdNetworkExtras.m
- 2.[iOS only] Update your iOS Resolver Settings to embed Dynamic Frameworks. See iOS Configuration below for details.
- 3.
The HyprMX Unity Plugin requires CocoaPods version 1.10.0 or newer installed in your development environment.
Recent versions of the GoogleMobileAds plugin may require a newer version of CocoaPods.
2. Open your existing application in the Unity IDE.
3. Choose Assets > Import Package > Custom Package... to bring up the File Explorer (Windows) or Finder (Mac).
4. Select the HyprMX Unity AdMob Adapter package, and the Import Unity Package dialog box displays with all the items in the package pre-checked and ready to install.
5. If the External Dependency Manager did not automatically resolve the HyprMX dependencies upon import, select Assets > External Dependency Manager > Android Resolver > Resolve.
- 1.Create your Mediation Group on the AdMob dashboard. If you are integrating Interstitial and Rewarded Video, follow these steps for both.
- 2.In the Ad Sources section, select
Add Custom Event
. - 3.In the popup, enter
HyprMX
in the label field and set the default eCPM (e.g. $15.00). - 4.Click 'Continue'.
- 5.Set the adapter Class Name using the table below. Plugin with New API:AdMob Ad FormatiOS "Class Name"Android "Class Name"HYPRAdMobRewardedAdaptercom.hyprmx.android.HyprMXCustomEventRewardedHYPRAdMobVideoAdaptercom.hyprmx.android.HyprMXCustomEventInterstitial