This checklist is designed to help you systematically review your app integration process, ensuring seamless and efficient integration of the ad SDK.
App Key
and App ID
, and ensure that the mediation unit IDs for each ad format match those configured in the HyperBid dashboard.OnAdLoadedEvent
, OnAdLoadFailedEvent
, OnAdDisplayFailedEvent
, OnAdDisplayedEvent
, OnAdClickedEvent
, OnAdHiddenEvent
, OnAdReceivedRewardEvent
, OnAdRevenuePaidEvent
) and load ads (LoadRewardedAd();
)IsRewardedAdReady()
)ShowRewardedAd();
)recommended
to invoke the LoadRewardedAd()
funtion within all the following events: OnAdLoadFailedEvent, OnAdDisplayFailedEvent, OnAdHiddenEvent, OnAdDisplayedEvent
.LoadRewardedAd()
; delayed operations must be implemented. Refer to the sample code for details.OnAdLoadedEvent
, OnAdLoadFailedEvent
, OnAdDisplayFailedEvent
, OnAdDisplayedEvent
, OnAdClickedEvent
, OnAdHiddenEvent
, OnAdRevenuePaidEvent
) and load ads (LoadInterstitial();
)IsInterstitialReady()
)ShowInterstitial();
)recommended
to invoke the LoadInterstitial()
funtion within all the following events: OnAdLoadFailedEvent, OnAdDisplayFailedEvent, OnAdHiddenEvent, OnAdDisplayedEvent
.LoadInterstitial()
; delayed operations must be implemented. Refer to the sample code for details.OnAdLoadedEvent
, OnAdLoadFailedEvent
, OnAdDisplayFailedEvent
, OnAdDisplayedEvent
, OnAdClickedEvent
, OnAdHiddenEvent
, OnAdLoadTimeoutEvent
, OnAdRevenuePaidEvent
) and load ads (LoadAppOpenAd();
)IsAppOpenAdReady()
)ShowAppOpenAd();
)McSdk.LoadAppOpenAd()
, e.g., 15 * 1000
milliseconds.recommended for soft launch App Open
to invoke the LoadAppOpenAd()
funtion within all the following events: OnAdDisplayFailedEvent, OnAdHiddenEvent
.LoadAppOpenAd()
; delayed operations must be implemented. Refer to the sample code for details.OnAdLoadedEvent
, OnAdLoadFailedEvent
, OnAdDisplayedEvent
, OnAdClickedEvent
, OnAdRevenuePaidEvent
)CreateBanner()
/ CreateMRec()
) and load ads (LoadBanner()
/ LoadMRec()
)ShowBanner()
/ ShowMRec()
)McSdk.ShowMediationDebugger();
).McSdk.SetVerboseLogging(true);
).app-ads.txt
file has been correctly uploaded.