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 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 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.
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:
Click Save.
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.