Google 연동
지원 라이브러리 및 플랫폼 버전
Yandex Mobile Ads SDK:
- 최소 지원 버전: 7.18.5
- 현재 버전: 7.18.5
- 최대 지원 버전(미포함): 7.18.6
Google Mobile Ads SDK:
- 최소 지원 버전: 23.6.0
- 현재 버전: 23.6.0
- 최대 지원 버전(미포함): 23.6.1
지원 광고 형식
연동
Gradle로 연동
-
Yandex Advertising Network 인터페이스와 다른 네트워크 인터페이스에서 미디에이션 설정을 진행합니다.
-
앱 수준의 build.gradle 파일에 다음 의존성을 추가합니다.
implementation 'com.yandex.android:mobileads:7.18.5' implementation 'com.yandex.ads.mediation:mobileads-google:23.6.0.10' -
앱의 AndroidManifest.xml 파일에
<meta-data>태그com.google.android.gms.ads.APPLICATION_ID를 사용해AdMob ID를 추가합니다(AdMob ID 확인 방법 참고).<manifest> <application> ... <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/> ... </application> </manifest>
Was the article helpful?
Previous
Next