Android interstitial integration checklist

Confirm the integration of Interstitial ads in your Android app by checking ad unit loading, serving, and availability status handling.s

Read time 1 minutes

Integrate Interstitial | Checklist

Load the Ad Unit

Load the Interstitial ad, preferably a short while before you plan to serve it to your users with the method: IronSource.loadInterstitial() Make sure to avoid making consecutive requests for an interstitial ad within a short timespan.

Serve the Ad Unit

You will receive the ad unit's availability status through the onInterstitialReady method and can serve the Interstitial ad to your users with IronSource.showInterstitial(placementName) Leave the brackets empty if using the default placement.

Verify Your Integration

If you plan to serve Interstitials with Unity LevelPlay, verify your integrated ad networks with the Integration Helper.

Also refer to our Rewarded Video ad format integration checklist.