Dashboard Setup
This guide explains how to link your Ogury ad units within the Google AdMob 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 Mediation Group
Follow the Google AdMob guide to create a mediation group for your ad unit.
Thumbnail ads require a specific setup that differs from standard ad formats.
To configure Thumbnail ads properly, make sure to:
Create a dedicated Mediation Group for Thumbnail ads using the Google AdMob Banner format.
Once these steps are completed — including Step 2 below — you will be ready to integrate Thumbnail using Ogury's dedicated SDK API, which simplifies the implementation in your app.
Step 2: Add Ogury in your Mediation Group
In order to display Ogury ads through Google AdMob mediation, you need to configure a Custom Event for Ogury within your mediation group.
Navigate to the Mediation Group page and select the desired mediation group.
In the Waterfall section, click on ADD CUSTOM EVENT.

Enter
Ogury
as the Label, set the eCPM, and click on CONTINUE.

Next to the name of your ad unit, Configure the Class Name and Parameter fields according to the ad format your are configuring (see table below), then click on DONE.

Class Name:
Interstitial
For Android: com.ogury.mobileads.OguryInterstitialAdCustomEvent
For iOS: OguryInterstitialCustomEvents
Rewarded
For Android: com.ogury.mobileads.OguryOptinVideoAdCustomEvent
For iOS: OguryRewardedVideoCustomEvents
Small Banner/MREC
For Android: com.ogury.mobileads.OguryBannerAdCustomEvent
For iOS: OguryBannerCustomEvents
Thumbnail
For Android: com.ogury.mobileads.OguryThumbnailAdCustomEvent
For iOS: OguryThumbnailCustomEvents
Parameter:
Configue the it as follows, by replacing OGY-XXXXXXXXXXXX
with your unique Ogury asset key and xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
with your Ogury ad unit ID. If you do not have these values yet, refer to the Application Registration and Ad Unit Creation guides to generate them.
{"assetKey":"OGY-XXXXXXXXXXXX","adUnitId":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
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.
Advanced Integration
Create a dedicated Ad Unit for Thumbnail ads
Access your Google AdMob dashboard.
Navigate to the list of Ad units and click on the Add ad unit button.
Click on Banner.

Configure the ad unit as following:
Name: Enter a name for the ad unit (e.g., Thumbnail Ad).
Click on the Advanced settings link to expand the options.
Automatic refresh: select Disabled, to prevent Thumbnail ads from appearing in front of users every few seconds.
eCPM floor: set the global eCPM floor to $1000 to prevent Google AdMob to serve its ads on this dedicated ad unit.

Create a dedicated Mediation Group for Thumbnail ads
In order to display Ogury Thumbnail ads through Google AdMob mediation, you need to configure a Custom Event for Ogury within a dedicated mediation group.
Go on the Mediation Group page.
Click CREATE MEDIATION GROUP.
Select Banner as the ad format.
Enter a Name for the mediation group.
In the Ad Units section, click ADD AD UNITS.
Select the dedicated ad unit you created earlier.
Integrate Thumbnail using Ogury's dedicated SDK API
To manage a Thumbnail ad through Google AdMob mediation, Ogury provides a dedicated API that simplifies the integration process:
Last updated
Was this helpful?