Dashboard Setup
This guide explains how to link your Ogury ad units within the Xandr interface to enable ad delivery through mediation.
Prerequisites
Before proceeding, make sure you have completed the steps outlined in the Getting Started section:
Registered your app and created ad units in the Ogury Publisher Platform.
Retrieved your asset key and ad unit IDs.
Updated your
app-ads.txt
file.
Step 1: Create a Mediation Network
Navigate to the Xandr dashboard.
From the navigation menu, select Mediation > Networks.
Click on + New to open the Add a Network dialog.
Choose Custom Mobile Network from the options.
In the Network Name field, enter "Ogury", then click Save.

Step 2: Create a Mobile Network Bid
To serve Ogury ads through Xandr mediation, you must configure a Custom Mobile Network Bid specifically for Ogury.
Select the Ogury Network from the dropdown menu.
In the Bid Name field, enter a descriptive name such as
Ogury Interstitial Ad
orOgury Banner Ad
.Set the Default CPM to the eCPM value agreed with your Ogury Account Manager.
For Media Type, choose either Interstitial or Banner.
Set the appropriate Ad Size:
Full Screen for Interstitial ads
320x50 for Small Banner ads
300x250 for MREC ads
Check the Support SSL checkbox.
In the Device Class Name section, select the appropriate platform (Android or iOS) and enter the class name and parameters as described below:
Class Name:
Interstitial
Android: com.ogury.xandr.OguryInterstitialCustomEvent
iOS: OguryAdsXandrCustomEventInterstitial
Standard Banners
For Android: com.ogury.xandr.OguryBannerCustomEvent
For iOS: OguryAdsXandrCustomEventBanner
Network Id:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Replace xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
with your Ogury ad unit ID, which is in the form of a UUID. If you don’t yet have an ad unit ID, refer to the Ad Unit Creation section.
Network Parameter:
{\"assetKey\":\"OGY-XXXXXXXXXXXX\"}
Replace OGY-XXXXXXXXXXXX
with your unique Ogury asset key. If you don’t have one, refer to the Application Registration guide.
For the Network Parameter, escape the JSON quotes by adding a backslash (\
) before each quote.
Click on Save.
Additional Resources
Integration Testing
Ensure your implementation works correctly by testing with sample ads and verifying ad behavior.
See the Testing Guide.
Last updated
Was this helpful?