LogoLogo
  • Getting started
  • Test your implementation
  • Release notes
  • Ad Formats
    • Interstitial
  • Privacy
    • Privacy compliance
  • Help
    • Help center
Powered by GitBook
On this page
  • Prerequisites
  • Step 1: Create an Interstitial ad unit
  • Step 2: Add Ogury in your SDK Networks Setup
  • Step 3: Configure the Ogury network
  • Step 4: Test your integration

Was this helpful?

  1. Ad Formats

Interstitial

This article provides a comprehensive guide on the steps necessary to display Ogury Interstitial ads in your application using Unity LevelPlay mediation.

Last updated 7 months ago

Was this helpful?

Interstitial Ads are skippable fullscreen ads.

Prerequisites

Ensure your application is registered on the Ogury Dashboard. If not, please refer to the page before proceeding.

Step 1: Create an Interstitial ad unit

  • on your asset page in the Ogury Dashboard.

  • , as you will need it for integration. It is in the form of a UUID, which consists of a 36-character string formatted as follows: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, where each x represents a hexadecimal digit.

In the following code samples, this ad unit ID will be represented as xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.

Step 2: Add Ogury in your SDK Networks Setup

In order to display Ogury Interstitial ads through Unity LevelPlay mediation, you need to add the Ogury network in your SDK Networks Setup - if it is not already done.

  • Navigate to the page.

  • Click on Manage Networks, then select Custom Network.

  • In the Custom Network pop-up window, enter 2b617109 as the Network Key, click Enter Key, and choose Ogury from the list.

  • Click Save.

The Ogury Network is now added to your SDK Networks Setup. Next, configure it for your app.

Step 3: Configure the Ogury network

To configure your Ogury network for your app, you need to:

  • In the Custom network tab, click the Setup button next to the Ogury network.

  • In the App Settings pop-up window, enter your Ogury Asset Key and Ogury Ad Unit Id:

For the Rate parameter, you need to set the value that you agreed with your Ogury Account Manager and setup in the Ad Unit of your Ogury Dashboard.

If you wish to set up multi-placements for Ogury, you can add Ogury multiple times by Adding Network Instance (Up to 10 max.). Each time, you should make sure to use the corresponding Ad unit ids from Ogury dashboard, with the agreed Rate value.

  • Click Save.

Congratulations! The Ogury Network is now configured.

Step 4: Test your integration

After registering your app, it may take up to 15 minutes before ads are available.

Since our algorithm uses personalized targeting, you may not receive ads during testing. To obtain test ads, you can append _test to your Interstitial ad unit ID in your Xandr dashboard, for example: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_test.

Go to the page and select your app.

Ogury exclusively serves ads to users who have provided their consent. Before conducting any tests, it is essential to ensure that your implementation complies with applicable privacy regulations. For more information on the regulations supported by Ogury, please visit the page.

For further details on test mode and enabling debug logs, please refer to the page.

SDK Networks Setup
Privacy compliance
Test your implementation
SDK Networks Setup
Getting Started
Create an Interstitial ad unit
Copy the ad unit ID