Rewarded
This article provides a comprehensive guide on the steps necessary to display Ogury Rewarded 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 Rewarded ads in your application using Google AdMob mediation.
Last updated
Was this helpful?
Rewarded ads are skippable fullscreen ads. They allow you to reward users with in-app items for watching ads.
Rewarded ads can only be served to users who explicitly and previously chose to view a rewarded ad. You can specify the reward values associated with the ad units in your application and set different rewards for different ad units.
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.
Follow theto create a mediation group for your Rewarded ad unit.
In order to display Ogury Rewarded ads through Google AdMob mediation, you need to configure a Custom Event for Ogury within your mediation group.
Navigate to the 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 Rewarded ad unit, enter the following configuration, and click DONE:
Class Name:
Parameter:
Click on SAVE.
Since our algorithm uses personalized targeting, you may not receive ads during testing. To obtain test ads, you can append _test
to your Rewarded ad unit ID in your mediation group, for example: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_test
.
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.