Advertisement
Use ads to monetize the game across supported platforms. Interstitial integration is required: every game must show interstitial ads at natural breakpoints to qualify for platform revenue share. Other formats are optional additions.
Never show ads in the middle of active gameplay. Show them at natural pauses: level transitions, map changes, game over, or return to menu.
Which format to use
Recommended integration order
Interstitial — required. Hook into level transitions and game-over screens.
Rewarded — add reward-for-watching loops: extra life, double coins, hint, skip. This usually has the highest eCPM because players opt in.
Banner — fill idle screens. Start with
isBannerSupported/bannerStateto avoid layout glitches on platforms that don't support banners.Advanced Banners — use when default banner placement is not flexible enough.
AdBlock detection — optional, useful for fallback messaging.
Last updated