Integrating the Mintegral

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:7.18.7'
    implementation 'com.yandex.ads.mediation:mobileads-mintegral:17.0.31.0'
    
  3. If you have problems loading the library, add the following code to thebuild.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, add the MintegralYandexMobileAdsAdapters library.

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

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

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

    pod 'MintegralYandexMobileAdsAdapters', '7.7.9.3'
    
Previous
Next