> For the complete documentation index, see [llms.txt](https://help.twinr.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.twinr.dev/js-bridge/admob-interstitial-ad.md).

# 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](/integrations/google-admob.md)
