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
Was this helpful?
This article provides a comprehensive guide on the steps necessary to display Ogury Interstitial ads in your application using Unity LevelPlay mediation.
Last updated
Was this helpful?
Interstitial ads are skippable fullscreen ads.
Ensure your application is registered on the Ogury Dashboard. If not, please refer to the Getting Started page before proceeding.
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
.
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 SDK Networks Setup 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.
To configure your Ogury network for your app, you need to:
Go to the SDK Networks Setup page and select your app.
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.
After registering your app, it may take up to 15 minutes before ads are available.
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 Privacy compliance page.
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
.
For further details on test mode and enabling debug logs, please refer to the Test your implementation page.