Integrate Tapjoy with mediation (Deprecated)

  • Tapjoy is now deprecated and should be removed from your project.

  • Instructions are provided for removing the Tapjoy SDK and adapter in Android Studio and via manual integration.

  • You should also remove Tapjoy from all of your mediation groups in the AdMob UI.

Remove Tapjoy SDK and adapter

With Tapjoy being deprecated, we recommend removing the Tapjoy SDK and adapter from your project.

Android Studio

Remove the tapjoy artifact from your app-level build.gradle file:

repositories {
    google()
    maven {
       url 'https://sdk.tapjoy.com/'
    }
}

// ...
dependencies {
    implementation 'com.google.android.gms:play-services-ads:24.7.0'
    implementation 'com.google.ads.mediation:tapjoy:13.2.1.0'
}
// ...

Manual integration

  1. Remove the Tapjoy Android SDK from your project.
  2. Remove the Tapjoy Android adapter .aar artifact from your project.

Remove Tapjoy from mediation groups

Follow the instructions in the AdMob help center to remove Tapjoy from all of your mediation groups in the AdMob UI.