# Welcome to Immersive Ads SDK

## Overview

The Immersive Ads SDK is a powerful tool that allows developers to seamlessly integrate native ads into their mobile games.&#x20;

With this SDK, developers can monetize their games by displaying targeted native ads that blend with the game's design, providing players with an engaging and non-intrusive advertising experience.

## Features

1. **Easy Drag & Drop integration:** The SDK provides a straightforward integration process, and can be done entirely without touching code.&#x20;
2. **Native Ad Display Prefabs:** Ready-to-use ad prefabs that can be customized to match the look and feel of your game. These prefabs also dynamically adjust themselves based on different dimensions of ad creatives received from Google.&#x20;
3. **Boost Revenue:** Earn recurring incremental revenue with a one-time integration process.
4. **Scripting API:** You also have the option of using the Scripting API to trigger ad events from code.
5. **Dynamic Configuration:** Change and fine-tune ad behavior on the go after publishing with our remote config features.

## Quick links

1. [PubScale dashboard](https://dashboard.pubscale.com)
2. [AdMob console](https://admob.google.com/home/)
3. [SDK Github page](https://github.com/GreedyGame/immersive-ads-unity)

## Get Started

We've put together some helpful guides to set up our SDK quickly and easily.

{% content-ref url="prerequisites/prerequisites" %}
[prerequisites](https://pubscale.gitbook.io/immersive-ads-sdk/prerequisites/prerequisites)
{% endcontent-ref %}

{% content-ref url="integration" %}
[integration](https://pubscale.gitbook.io/immersive-ads-sdk/integration)
{% endcontent-ref %}

{% content-ref url="integration/testing-the-integration" %}
[testing-the-integration](https://pubscale.gitbook.io/immersive-ads-sdk/integration/testing-the-integration)
{% endcontent-ref %}

{% content-ref url="integration/troubleshoot" %}
[troubleshoot](https://pubscale.gitbook.io/immersive-ads-sdk/integration/troubleshoot)
{% endcontent-ref %}


---

# 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://pubscale.gitbook.io/immersive-ads-sdk/welcome-to-immersive-ads-sdk.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.
