> 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-fairbid/fairbid-sdk/supported-networks/network-integration-guides/google-ad-manager.md).

# Google Ad Manager

The purpose of this article is to guide publishers who want to add Google Ad Manager as an ad network for mediation with DT.

Google Ad Manager currently the following [ad types](/dt-exchange/additional-resources/ad-types-and-specification.md):

* Banner
* Interstitial
* Rewarded

To integrate Google Ad Manager as a DT mediated network:

* [Step 1: Retrieve Google Ad Manager parameters](#h_01j50nr70gaqkb6rxk12s7eh1f).
* [Step 2: Add Google Ad Manager as a DT mediated network](#h_01j50nr70g3dkjh95fy45rhk9m).
* [Step 3: Add the Google Ad Manager SDK to your integration](#h_01j5s45m7z2gca68je628r331h).
* [Step 4: Test your integration](#h_01jhk5bbr7wwxayy509cmh8zhp).

## Step 1. Retrieve Google Ad Manager Parameters <a href="#h_01j50nr70gaqkb6rxk12s7eh1f" id="h_01j50nr70gaqkb6rxk12s7eh1f"></a>

Before retrieving Google Ad Manager parameters, ensure that you have Google Ad Manager ad unit inventory that you want to mediate with DT. For more information about creating Google Ad Manager inventory, see the following Google Ad Manager articles:

* [Create your Google Ad Manager Account](https://admanager.google.com/home/contact-us/).
* [Add your app to Google Ad Manager](https://support.google.com/admanager/answer/6316896?hl=en\&ref_topic=10130160\&sjid=15898576676715205199-NA).
* [Create an inventory for your app in Google Ad Manager](https://support.google.com/admanager/topic/7505593?hl=en\&ref_topic=7506089\&sjid=7192912598589236407-NC).

To set up Google Ad Manager as a DT mediated network, locate the following Google Ad Manager parameters:

| PARAMETER    | DESCRIPTION                                             |
| ------------ | ------------------------------------------------------- |
| `App ID`     | Unique ID for your app in the Google Ad Manager.        |
| `Ad Unit ID` | Unique identifier for the ad unit in Google Ad Manager. |
| `Bundle ID`  | Unique identifier for your app in the store.            |

For more information about how to locate Google Ad Manager parameters, see [Find an app ID or ad unit ID](https://support.google.com/admanager/answer/15014197?hl=en\&sjid=15566666120618356982-NC). Once you locate the indicated Google Ad Manager parameters, copy and store these parameters in a text file to reference these values when you add the network to your app in the DT Console. Delete the text file once you finish adding the network in the DT Console.

## Step 2: Add Google Ad Manager as a DT Mediated Network <a href="#h_01j50nr70g3dkjh95fy45rhk9m" id="h_01j50nr70g3dkjh95fy45rhk9m"></a>

Before you add Google Ad Manager as a mediated network in DT FairBid:

* Ensure that you have access to parameters you retrieved from Google Ad Manager in [Step 1](#h_01j50nr70gaqkb6rxk12s7eh1f).
* [Add your App](/dt-console/app-management/adding-a-new-app/adding-an-app.md) using the DT Console.
* Ensure that you [set up a DT Placement](/dt-console/app-management/setting-up-an-existing-app/setting-up-placements.md) for each Google Ad Manager ad type you want to mediate with DT.

1. Log in to the [DT Console](https://mui-qa.fyber.com/inventory/publisher?startDate=2021-07-07\&endDate=2021-07-13) and click **App Management**.
2. [Set up](/dt-console/app-management/setting-up-an-existing-app/setting-up-mediated-networks.md) Google Ad Manager as a mediated network using the parameters you retrieved in [Step 1](#h_01j50nr70gaqkb6rxk12s7eh1f).

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

<br>

3. [Set up an ad network instance](/dt-console/app-management/setting-up-an-existing-app/setting-up-instances.md) for each Google Ad Manager placement you want to mediate with DT. Use the Google Ad Manager Ad Unit ID you retrieved in [Step 1](#h_01j50nr70gaqkb6rxk12s7eh1f) as the **Instance ID**.

## Step 3. Add the Google Ad Manager SDK to your DT Integration <a href="#h_01j5s45m7z2gca68je628r331h" id="h_01j5s45m7z2gca68je628r331h"></a>

To integrate the Google Ad Manager SDK, follow the instructions on the [Supported Networks](/dt-fairbid/fairbid-sdk/supported-networks.md) page.

## Step 4: Test Your Integration <a href="#h_01jhk5bbr7wwxayy509cmh8zhp" id="h_01jhk5bbr7wwxayy509cmh8zhp"></a>

Use the DT Test Suite to verify that you have set up your app properly for FairBid mediation. The DT Test Suite is available for Android, iOS, and Unity apps. For more information about using the DT Test Suite, see [Test Suite](/dt-fairbid/fairbid-sdk/tools/test-suite.md).

<div align="left" data-with-frame="true"><img src="/files/5139af76cb91452787becf8f79f9ac650890bc89" alt="" width="188"></div>


---

# 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-fairbid/fairbid-sdk/supported-networks/network-integration-guides/google-ad-manager.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.
