# TEST AD UNITS

Sample test ad units by Adster to ensure Ads are coming and is displayed in app by the developers.&#x20;

Banner (320x50) - <mark style="color:$success;">**`banner_320x50`**</mark>

Banner (300x250) - <mark style="color:$success;">**`banner_300x250`**</mark>

Native - <mark style="color:$success;">**`native`**</mark>&#x20;

Appopen - <mark style="color:$success;">**`appopen`**</mark>&#x20;

Interstitial - <mark style="color:$success;">**`interstitial`**</mark>&#x20;

Unified - <mark style="color:$success;">**`unified`**</mark>&#x20;

Rewarded - <mark style="color:$success;">**`rewarded`**</mark>

Placement code snippet  :point\_down:\
val configuration = AdRequestConfiguration.Companion.builder(context, "<mark style="color:$success;">**`banner_300x250`**</mark>");


---

# 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://docs.adster.tech/additional-features/test-ad-units.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.
