Mintegral 연동
지원 라이브러리 및 플랫폼 버전
Yandex Mobile Ads SDK:
- 최소 지원 버전: 8.0.0
- 현재 버전: 8.0.0
- 최대 지원 버전(미포함): 8.0.1
Mintegral SDK:
- 최소 지원 버전: 17.0.41
- 현재 버전: 17.0.41
- 최대 지원 버전(미포함): 17.0.42
지원 광고 형식
연동
Gradle로 연동
수동 연동
-
Yandex Advertising Network 인터페이스 및 기타 네트워크 인터페이스에서 미디에이션을 설정합니다.
-
앱 수준에서 build.gradle 파일에 종속성을 추가하세요.
implementation 'com.yandex.android:mobileads:8.0.0' implementation 'com.yandex.ads.mediation:mobileads-mintegral:17.0.41.0' -
라이브러리를 로드하는 데 문제가 있는 경우, Mintegral 문서의 설명에 따라 앱 모듈의 build.gradle 파일에 다음 코드를 추가하세요.
//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/" }
-
Yandex Advertising Network 인터페이스와 광고 네트워크 계정에서 미디에이션 설정을 진행합니다.
-
Download Mintegral SDK 17.0.41 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