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)
Supported ad formats
Integration
Integration using Gradle
Manual integration
-
Set up mediation in the Yandex partner interface and other network interface.
-
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'
-
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/" }
-
Configure mediation in the YAN Partner interface and your advertising network account.
-
Download Mintegral SDK 16.8.61 and add it to your project.
-
Download the latest version of the adapter for Mintegral (an .aar file) from the repository.
Was the article helpful?
Previous
Next