Enabling Mintegral

Warning.

This is an archived version of the documentation. Actual documentation for all platforms can be found here.

  1. Supported ad formats
  2. Integration
Supported versions of libraries and platforms:
YandexMobileAdsSDK

Minimum supported version: 5.10.0.

Maximum supported version: 6.0.0 (up to but not including).

MintegralSDK

Minimum supported version: 16.4.71.

Maximum supported version: 16.5.0 (up to but not including).

Supported ad formats

Integration

  1. Set up mediation in the Yandex Partner interface and YAN interface.

  2. Add the following dependencies to the build.gradle file at the application level:
    implementation 'com.yandex.android:mobileads:5.10.0'
    implementation 'com.yandex.ads.mediation:mobileads-mintegral:16.4.71.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/"
     }