LogoLogo
  • Getting started
  • Test your implementation
  • Release notes
  • AD FORMATS
    • Interstitial
    • Rewarded
    • Small Banner / MREC
    • Thumbnail
  • PRIVACY
    • Privacy compliancy
  • Help
    • Help center
Powered by GitBook
On this page
  • Prerequisites
  • Step 1: Create an Interstitial ad unit
  • Step 2: Create Mediation Group
  • Step 3: Add Ogury in your Mediation Group
  • Step 4: Test your integration

Was this helpful?

  1. AD FORMATS

Interstitial

This article provides a comprehensive guide on the steps necessary to display Ogury Interstitial ads in your application using Google AdMob mediation.

Last updated 6 months ago

Was this helpful?

Interstitial ads are skippable fullscreen ads.

Prerequisites

Ensure your application is registered on the Ogury Dashboard. If not, please refer to the page before proceeding.

Step 1: Create an Interstitial ad unit

  • 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 the following code samples, this ad unit ID will be represented as xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.

Step 2: Create Mediation Group

Follow theto create a mediation group for your Interstitial ad unit.

Step 3: Add Ogury in your Mediation Group

In order to display Ogury Interstitial 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.

For eCPM, set the value that you have agreed upon with your Ogury Account Manager.

  • Next to the name of your Interstitial ad unit, enter the following configuration, and click DONE:

Class Name:

com.ogury.mobileads.OguryInterstitialAdCustomEvent

Parameter:

{"assetKey":"OGY-XXXXXXXXXXXX","adUnitId":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
  • Click on SAVE.

If you want to set up multi-placements for Ogury, you can add Ogury as a yield partner multiple times within your yield group. Each time, make sure to use the corresponding ad unit IDs from the Ogury dashboard along with the agreed CPM value.

Step 4: Test your integration

After registering your app, it may take up to 15 minutes before ads are available.

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 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.

Privacy compliance
Test your implementation
Google AdMob guide
Mediation Group
Create an Interstitial ad unit
Copy the ad unit ID
Getting Started