> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/dt-ads-demand/ad-creative-types/display-interstitials.md).

# Display Interstitials

Display Interstitials are full‑screen ads showing static or interactive content. They are typically shown during natural transitions throughout your app, for example, upon opening the app, after completing a game level, or while waiting for a new view to load.

## Closing Display Interstitials

After two seconds, DT presents a **Close** button (for iOS devices) or a **Back** button (for Android devices). The DSP can override the DT close function by using a custom close function ([MRAID 2.0](https://www.iab.com/wp-content/uploads/2015/08/IAB_MRAID_v2_FINAL.pdf) `useCustomClose` method). If DT detects the custom close function and it does not display, DT presents a fail-saf*e* **Close** button (for iOS devices) in the top right corner after 15 seconds or a **Back** button (for Android devices) after three seconds.

## Skipping Interstitial Videos

Skipability settings are set at the account level and affect all apps and interstitial placements associated with your account.

To set the video skipability settings for your account:

1. Log in to the [DT Console](https://console.fyber.com/), click your account name in the top left corner, and go to **DT Exchange Settings**.\
   The **Interstitial Video Skipability Settings** window appears:

<div align="left" data-with-frame="true"><img src="/files/L4B1A4UQ1iSSid4OCMkV" alt="" width="563"></div>

2. Select the skipability setting for all Interstitial Video ads for your account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digitalturbine.com/dt-ads-demand/ad-creative-types/display-interstitials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
