Integrate Tapjoy with mediation (Deprecated)

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