AdMob
Import the Google Mobile Ads SDK to your project and initialize the AdMob. (You can skip this step if you have already used DFP's service.)
iOS: https://developers.google.com/admob/ios/quick-start Android: https://developers.google.com/admob/android/quick-start
(iOS app can skip step 2 to 3)
Create the package
com.intowow.sdk
under your app's project.Add
CustomEventUtil
tocom.intowow.sdk
.Add corresponding custom event class (as below) to your project in iOS or
com.intowow.sdk
in android:For Native
Android Custom Event Class Name
iOS Custom Event Class Name
GMACustomEventNative
CEGMANativeCustomEvent.h/.m
For Banner
Android Custom Event Class Name
iOS Custom Event Class Name
GMACustomEventCard
CEGMABannerCustomEvent.h/.m
For Interstitial
Android Custom Event Class Name
iOS Custom Event Class Name
GMACustomEventInterstitial
CEGMAInterstitialCustomEvent.h/.m
For Rewarded Video
Android Custom Event Class Name
iOS Custom Event Class Name
GMACustomEventRewardedVideo
CEGMARewardedVideoCustomEvent.h/.m
Please provide AdMob Ad Unit ID to Intowow Account manager to enable AdMob mediation.
Verified Google Mobile Ads SDK Version iOS:
7.34.0
Android:15.0.1
Ad Format Mapping
Ad Format
AdMob Ad Format
RewardedVideo
Rewarded Video
Native
Native Ads Advanced
Card
Banner
Interstitial
Interstitial
Note:
Admob do not support video progress, mute and unmute information
Last updated