Small Banner / MREC
This article provides a comprehensive guide on the steps necessary to display Ogury Small Banner or MREC ads in your application using Google AdMob mediation.
Last updated
Was this helpful?
This article provides a comprehensive guide on the steps necessary to display Ogury Small Banner or MREC ads in your application using Google AdMob mediation.
Last updated
Was this helpful?
Ogury offers two banner sizes that can fit specific positions on the screen and can be seamlessly integrated within your application's content:
Small Banner (320x50)
MREC (300x250)
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.
Ogury Small Banner and MREC ad units are specifically designed to display only their designated sizes. When loading your Google AdMob Banner ad, ensure that the GADAdSize
matching the size of your Ogury ad unit:
For a Small Banner (320x50), use GADAdSizeBanner.
For a MREC (300x250), use GADAdSizeMediumRectangle.
Follow the Google AdMob guide to create a mediation group for your Banner ad unit.
In order to display Ogury Small Banner or MREC 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 Banner ad unit, enter the following configuration, and click DONE:
Class Name:
Parameter:
Click on SAVE.
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 Small Banner / MREC ad unit ID in your mediation group, 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.