> 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/ogury.md).

# Ogury

This article is for publishers who want to use the DT FairBid SDK to load and display ads from Ogury via FairBid Mediation.

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

* Banner
* Interstitial
* Rewarded

To integrate Ogury as a mediated network in DT FairBid:

* [Step 1: Retrieve Ogury parameters](#step-1-retrieve-ogury-parameters).
* [Step 2: Add Ogury as a DT mediated network](#step-2-add-ogury-as-a-mediated-network).
* [Step 3: Add the Ogury SDK to your integration](#step-3-adding-the-ogury-sdk-to-your-integration).
* [Step 4: Test your integration](#step-4-test-your-integration).

### Step 1: Retrieve Ogury Parameters

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

* [Create](https://support.ogury.com/help-center-for-publishers/set-up-ogury-global-demand/setup-your-accounts) an Ogury account.
* [Add](https://support.ogury.com/help-center-for-publishers/set-up-ogury-global-demand/how-to-create-an-asset) your app (asset) to Ogury.
* [Create](https://support.ogury.com/help-center-for-publishers/set-up-ogury-global-demand/how-to-create-an-ad-unit) ad units in Ogury. Ensure that you specify the appropriate **Ad Unit Integration type**:
  * **Standard** for traditional waterfall mediation, or
  * **Header Bidding** for SDK Bidding.

Locate the following Ogury parameters, and store the values in a text file. These values are required later in [Step 2](#step-2-add-ogury-as-a-mediated-network) to set up Ogury as a DT mediated network.

#### Required Ogury Parameters

| Ogury Parameter | Required For                                    | Description                                                                                                                                                                                                                                                                                         |
| --------------- | ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `API Token`     | <ul><li>Waterfall</li></ul>                     | Unique ID assigned to your account. This parameter works with Ogury API v2 only. For more information about how to locate your Ogury API token, see Ogury's documentation on [Reporting API Authentication](https://support.ogury.com/reporting-api#authentication).                                |
| `Asset KEY`     | <ul><li>Waterfall</li><li>SDK Bidding</li></ul> | Unique ID assigned to your asset. For more information about locating your Ogury Asset KEY, see Ogury's documentation on [Creating Assets](https://support.ogury.com/help-center-for-publishers/set-up-ogury-global-demand/how-to-create-an-asset#save-your-asset-key).                             |
| `Ad Unit ID`    | <ul><li>Waterfall</li><li>SDK Bidding</li></ul> | Unique ID assigned to your Ogury ad unit. For more information about how to locate your Ogury Ad Unit IDs, see Ogury's documentation on [locating your Ad Unit ID](https://support.ogury.com/help-center-for-publishers/set-up-ogury-global-demand/how-to-create-an-ad-unit#find-your-a-d-unit-id). |

### Step 2: Add Ogury as a Mediated Network

Before you add Ogury as a mediated network in DT FairBid:

* Ensure that you have access to the parameters you retrieved from Ogury in [Step 1](#step-1-retrieve-ogury-parameters).
* [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 Ogury ad type you want to mediate with DT.

To add Ogury as a DT mediated network:

1. Log in to the [DT Console](https://console.fyber.com/), and click **App Management**.
2. [Set up](/dt-console/app-management/setting-up-an-existing-app/setting-up-mediated-networks.md) **Ogury** or **Ogury Bidder** as a mediated network for your app using the parameters you retrieved in [Step 1](#step-1-retrieve-ogury-parameters).

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

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

### Step 3: Adding the Ogury SDK to your Integration

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

{% hint style="info" %}
The `app-ads.txt` standard helps prevent the unauthorized selling of in-app inventory and app domain spoofing. To maximize your fill rate from Ogury, follow the [Ogury instructions](https://support.ogury.com/help-center-for-publishers/set-up-ogury-global-demand/update-your-app-ads.txt) for adding Ogury as an authorized seller of your inventory.
{% endhint %}

### Step 4: Test Your Integration

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/ogury.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.
