DFP

  1. Import the Google Mobile Ads SDK to your project and initialize the DFP. (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

      DFPCustomEventNative

      CEDFPNativeCustomEvent.h/.m

    • For Banner

      Android Custom Event Class Name

      iOS Custom Event Class Name

      DFPCustomEventCard

      CEDFPBannerCustomEvent.h/.m

    • For Interstitial

      Android Custom Event Class Name

      iOS Custom Event Class Name

      DFPCustomEventInterstitial

      CEDFPInterstitialCustomEvent.h/.m

  5. Please provide DFP Ad Unit ID and AdSize (only for banner ads format)

    to Intowow Account manager to enable DFP mediation.

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

  7. Ad Format Mapping

Ad Format

DFP Ad Format

Native

Native Ads - Custom Rendering

Card

Banner

Interstitial

Interstitial

Note:

  • DFP do not support video progress, mute and unmute information. (But DFP Native Ads can provide mute and unmute information)

Last updated