AdMob

  1. 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)

  2. Create the package com.intowow.sdk under your app's project.

  3. Add CustomEventUtil to com.intowow.sdk.

  4. 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

  5. Please provide AdMob Ad Unit ID to Intowow Account manager to enable AdMob mediation.

  6. Verified Google Mobile Ads SDK Version iOS: 7.34.0 Android: 15.0.1

  7. 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