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.onH5InterstitialEmpty(callback) - Called when GAM returns no ad (no-fill);
mutually exclusive with the ready callback per ad request
fusetag.onH5InterstitialUnsupported(callback) - Called when the GAM ad unit has no H5
interstitial format enabled; the ready callback will never fire, so fall back cleanly instead
of waiting
fusetag.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.