Interstitial Ad

This article will go through all the steps required to display an Interstitial Ad in your application through the IronSource mediation.

Interstitial Ads are skippable fullscreen ads.

Requirements

You have registered an application on your Ogury Dashboard. If not, please refer to the Getting started section before the next steps.

Step 1: Create an Interstitial Ad ad unit

In all the following code samples, we will refer to this Ad unit id by using the string YOUR_OGURY_AD_UNIT_ID.

Step 2: Add Ogury in your SDK Networks Setup

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

  • In the Custom Network pop-up window, enter 2b617109 as Network Key, click on Enter Key, select Ogury.

  • Click on Save.

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

Step 3: Configure the Ogury network

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

  • Go to SDK Networks Setup page and select your app.

  • In the Custom network tab, click on the Setup button of the Ogury network.

  • In the App Settings pop-up window, enter your Ogury Asset Key and your 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 on Save.

Congratulations! The Ogury Network is now configured.

Step 4: Test your integration

Ogury exclusively serves ads to users who have given consent. It is essential to have responded to a valid TCFv2 consent form before conducting any tests.

As our algorithm works with personified targeting, you may not receive any ad while testing your application.

You can test your integration by adding the suffix _test to your interstitial ad unit id, for more details go to Test your implementation page.

Note that if you have just registered your application in the Ogury Dashboard, it will take around 15 minutes until you can successfully load an ad.

You can also activate the test mode for your device or your ad units to always receive test ads when calling the Ogury SDK.

Last updated