This comprehensive checklist is designed to help you systematically verify the integration of your application, ensuring a seamless and efficient ad SDK experience.
MCRewardedAd
instance and set the mediation unit id
.MCRewardedAdListener
).loadAd
).isReady
).showAd
).recommended
to invoke the loadAd
funtion within all the following callbacks: onAdLoadFailed, onAdDisplayFailed, onAdHidden, onAdDisplayed
.onAdLoadFailed
; delayed operations must be implemented. Refer to the sample code for details.setRevenueListener
).destroy
).MCInterstitialAd
instance and set the mediation unit id
.MCAdListener
).loadAd
).isReady
).showAd
).recommended
to invoke the loadAd
funtion within all the following callbacks: onAdLoadFailed, onAdDisplayFailed, onAdHidden, onAdDisplayed
.onAdLoadFailed
; delayed operations must be implemented. Refer to the sample code for details.setRevenueListener
).destroy
).MCAppOpenAd
instance and set the mediation unit id
and SplashAdContainer
.MCAppOpenAdListener
).loadAd
).isReady
).showAd
).onAdDisplayFailed
, onAdHidden
).recommended
to invoke the loadAd
funtion within all the following callbacks: onAdDisplayFailed, onAdHidden
.setRevenueListener
).destroy
).MCAdView
instance and set the mediation unit id
and BannerViewContainer
.MCAdViewAdListener
).setLoadExtraParameter
).loadAd
).setRevenueListener
).destroy
).MCNativeAdLoader
instance and set the mediation unit id
and NativeAdViewContainer
.MCNativeAdListener
).loadAd
).MCNativeAdView
correctly via createNativeAdView
.NativeAdViewContainer.addView(MCNativeAdView)
).recommended
to invoke the loadAd
funtion within all the following callbacks: onAdDisplayFailed, onAdHidden
.onAdLoadFailed
; delayed operations must be implemented. Refer to the sample code for details.setRevenueListener
).destroy
).showMediationDebugger
).MCSDK.setLogDebug(true)
).app-ads.txt
file has been correctly uploaded.