Integrating the Mintegral

Supported library and platform versions

Yandex Mobile Ads SDK:

  • The minimum supported version of the 8.3.0
  • The current version of the 8.3.0
  • The maximum supported version of the 8.3.1 (not including)

Mintegral SDK:

  • The minimum supported version of the 17.0.41
  • The current version of the 17.0.41
  • The maximum supported version of the 17.0.42 (not including)

Version history

Supported ad formats

Integration

  1. Configure mediation in the Boost interface and your advertising network account.

  2. Add the dependencies to the build.gradle file at the app level:

    implementation 'com.yandex.android:mobileads:8.3.0'
    implementation 'com.yandex.ads.mediation:mobileads-mintegral:17.0.41.3'
    
  3. If you have problems loading the library, add the following code to the build.gradle file as described in the Mintegral documentation:

    //Non-listed GP market applications, Android X Version
    maven {
           url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_china"
    }
    //Launch GP market application, Android X Version
    maven {
           url  "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea"
    }
    //Non-listed GP market applications, not the Android X version
    maven {
           url  "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_support/"
    }
    
  1. Configure mediation in the Boost interface and your advertising network account.

  2. Download Mintegral SDK 17.0.41 and add it to your project.

  3. Download the latest version of the adapter for Mintegral (an .aar file) from the repository.

Previous
Next