# AdMob Interstitial Ad

{% hint style="warning" %}
AdMob feature must be enabled to use this JS Bridge.
{% endhint %}

With the AdMob Interstitial Ads JS Bridge in Twinr, you can easily display full-screen ads at natural transition points in your app, such as between content or during a pause in gameplay.&#x20;

To display an interstitial ad at the appropriate moment in your app, simply call the twinr\_admob\_showInterstitialAd() function in your website’s JavaScript. This will trigger the ad to appear in the app at that moment.

```javascript
// Call this function when you want to show an ad
twinr_admob_showInterstitialAd();
```

For more advanced setups or troubleshooting, check out [AdMob’s documentation](https://help.twinr.dev/integrations/google-admob)
