Enabling Mintegral
Supported ad formats
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.7.0' implementation 'com.yandex.ads.mediation:mobileads-mintegral:16.8.61.1'
-
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.
-
Set up mediation in the Yandex partner interface and other network interface.
-
To connect the library, add the dependency to the project's Podfile:
pod 'MintegralYandexMobileAdsAdapters', '7.7.3.2'