Interstitial Ad

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

Interstitial Ads are skippable fullscreen ads.

In case you publish your application on Android and iOS, you should do the following steps twice, once for the Android application and once for the iOS application. Otherwise just select the platform you publish for.

Requirements

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

Step 1: Create Interstitial Ad ad units

In all the following code samples, we will refer to:

  • the Ad unit id for the Android application by using the string ANDROID_AD_UNIT_ID.

  • the Ad unit id for the iOS application by using the string IOS_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:

In case you publish your application on both Android and iOS, you should do the following steps twice, once for the Android application and once for the iOS application. Otherwise just select the platform you publishes for.

  • 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