전면 비디오 광고
1. 광고 요청
loadInterstitialVideo
API를 호출하여 전면 비디오 광고를 요청합니다.
Dart
3. 광고 노출
전면 비디오 광고가 정상적으로 로딩 완료 된 후, 광고 노출을 하고자 하는 시점에 showInterstitialVideo
API를 호출합니다.
Dart
4. 이벤트 연동
Dart
이벤트
설명
AdPopcornSSP.interstitialVideoAdLoadSuccessListener
전면 비디오 로딩 성공
AdPopcornSSP.interstitialVideoAdLoadFailListener
AdPopcornSSP.interstitialVideoAdShowSuccessListener
전면 비디오 노출 성공
AdPopcornSSP.interstitialVideoAdShowFailListener
전면 비디오 노출 실패
AdPopcornSSP.interstitialVideoAdClosedListener
전면 비디오 닫기
6. 샘플 코드
Dart
Last updated
Was this helpful?