This example demonstrates Fuse's H5 gaming interstitial ad format. When you advance to the next level, an interstitial ad is displayed between gameplay.
fusetag.registerH5Interstitial(zoneCode) - Registers and loads the interstitial adfusetag.onH5InterstitialReady(callback) - Called when the ad is ready to displayfusetag.onH5InterstitialClosed(callback) - Called when the user closes the adfusetag.displayH5Interstitial() - Call this after onH5InterstitialReady to display
the ad
Note: The interstitial ad does not display automatically when ready; call
displayH5Interstitial() after the ready callback. The ad is configured in the Fuse admin panel with
the h5Interstitial attribute.