Enabling Mintegral

Supported library and platform versions

Yandex Mobile Ads SDK:

  • The minimum supported version of the 7.6.0
  • The current version of the 7.6.0
  • The maximum supported version of the 7.6.1 (not including)

Mintegral SDK:

  • The minimum supported version of the 16.8.61
  • The current version of the 16.8.61
  • The maximum supported version of the 16.8.62 (not including)

Version history

Supported ad formats

Integration

  1. Set up mediation in the Yandex partner interface and other network interface.

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

    implementation 'com.yandex.android:mobileads:7.6.0'
    implementation 'com.yandex.ads.mediation:mobileads-mintegral:16.8.61.0'
    
  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 YAN Partner interface and your advertising network account.

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

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

Previous
Next