# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.twinr.dev/js-bridge/admob-interstitial-ad.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
