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 yield groups

Follow the instructions in the Ad Manager help center to remove Tapjoy from all of your yield groups in the Ad Manager UI.