AdmobInterstitial

Last Updated On 2021-07-16

Version 2MinSDK 16Tutorial Video

Admob Interstital Ads are full-screen ads that cover the interface of their host app. When an app shows an interstitial ad, the user has the choice to either tap on the ad and continue to its destination or close it and return to the app.


Properties

You can set the below properties in the UI part of the builder.

  • Consent - it's a boolean value which is set to false by default.
  • TestMode - it's a boolean value which is set to false by default.

Block Properties

You can set the below blocks properties in the blocks section of the builder.

Consent

User Consent for GDPR


TestMode

Test Ads



Methods

You can set the below method blocks in the blocks section of the builder.

IsAdLoaded

Check if Interstitial Ad is loaded

LoadAd

Load an Interstitial Ad

LoadAndShowAd

Method for LoadAndShowAd

ShowAd

Show Interstial Ad. Call Only After Loading, TIP: Place the Block Inside AdLoaded Event.


Events

You can set the below event blocks in the blocks section of the builder.

AdClicked

Ad Clicked

AdClosed

Ad Closed

AdDisplayed

Ad Displayed

AdFailedToDisplay

Ad Failed to Display

AdFailedToLoad

Ad Failed to Load

AdImpression

Ad Impression. Called when an Impression is counted.

AdLeftApplication

Ad Left Application

AdLoaded

Ad Loaded

AdOpened

Ad Opened