Enabling Mintegral

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.7.0'
    implementation 'com.yandex.ads.mediation:mobileads-mintegral:16.8.61.1'
    
  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/"
    }
    

Note

To track app installations in mobile mediation you need to configure Info.plist for the adapter. Follow the ad network documentation.

To work with Mintegral, you need to connect the MintegralYandexMobileAdsAdapters library.

The MintegralYandexMobileAdsAdapters library has been adapted to work with the CocoaPods dependency management system and supports a static integration method.

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

  2. To connect the library, add the dependency to the project's Podfile:

    pod 'MintegralYandexMobileAdsAdapters', '7.7.3.2'
    
Previous
Next