Integration checklist

If you are not able to display any of our ads through Google Ad Manager, you can follow up the different steps.

Each step will help you:

  • to check your account to verify everything is configured correctly.

  • to fix common problem you can encounter.

If you are still facing an issue after following the steps below, please contact the Ogury support team: techsupport@ogury.co.

1 - Check Google Ad Manager Ad Exchange(AdX) Account

In order to use the mediation of Google Ad Manager, you must have a primary Ad Exchange for mobile apps account.

  • Select Admin > Linked Account in the right menu.

  • Under the Ad Exchange tab, check the following:

    • you have at least an account with a Web property code starting by ca-mb-app-pub.

    • the Dynamic allocation status of one of the previous account is set to Default.

You do not have any Ad Exchange mobile account

You must have a mobile app Ad Exchange account in order to have access to the mobile app mediation.

The dynamic allocation status is not set to default

  • Click on the name of the Ad Exchange account.

  • Enable the Default for dynamic allocation checkbox.

  • Click on the Save button.

2 - Check if the Mobile App is registered

  • Select Inventory > Mobile Apps in the right menu.

  • Check if the application is present in the list.

  • The Bundle registered in the Ogury Dashboard must match the ID in the table.

Ex: The Bundle for Closer application is: redshift.closer

The application is missing

  • Click on the New mobile app button.

  • Enter the name of the application.

  • Click on Search button.

  • Click on the checkbox next to the application.

  • Click on the Save button at the bottom.

3 - Check the ad units

A Google Ad Manager ad unit represents a position in an application where you can display an ad. In Google Ad Manager, unlike Ogury, ad unit are not linked to an asset nor an ad format. ex: The same ad unit can be used in multiple Android and iOS applications and multiple websites to display interstitial and banner.

However it is quite recommended to create an ad unit in Google Ad Manager per asset (application or website) and per ad format. This will ease the mediation management.

  • Select Inventory > Ad units.

  • Search and click on the name of the ad unit.

  • Check that the ad unit is Active at the top-right.

  • Check that the code of the ad units integrated in the application match

    • You can find your ad unit with the following steps:

  • Check that the ad unit sizes match the format

  • In the Sizes section, check the following:

    • Size mode is set to Fixed size.

    • Sizes is empty.

    • or Sizes contains one or more of the following:

      • 320x480 (Portrait interstitial for mobile phone)

      • 480x320 (Landscape interstitial for mobile phone)

      • 768x1024 (Portrait interstitial for tablet)

      • 1024x768 (Landscape interstitial for tablet)

4 - Check the yield partner

  • Select Admin > Companies.

  • Click on the Ad networks tab.

  • Check if a line named Ogury is present:

    • Check that the type is Mediation network.

Ogury is missing from the ad network list

Follow the step-by-step instruction in the integration documentation.

5 - Check the yield group

The Yield groups are the building block to add ad network inside the mediation.

You must create at least a Yield group for each Ogury ad format you want to integrate in an application.

  • Select Delivery > Yield groups.

  • Search and click on the name of the Yield group.

  • In the Details section, check the following:

    • the Status of the Yield group is Active.

    • the Ad format matches the Ogury ad format:

      • Interstitial Ad: Interstitial.

      • Opt-in Video Ad: Rewarded.

      • Small Banner Ad: Banner.

      • MPU Ad: Banner.

      • Thumbnail Ad: Banner.

    • the Inventory type is Mobile app.

  • In the Targeting section:

    • Click on the arrow to deploy the Inventory item.

    • Check that the ad unit (or a parent ad unit of this ad unit) is in the Include list.

  • In the Yield partners section, check the following on the yield partner lines:

    • the Status is set to Active.

    • the Integration type is Custom Event.

  • Click on the name of one of Ogury line:

    • the Class Name must be one of the following depending on the platform and the ad format:

      • Interstitial Ad:

        • com.ogury.mobileads.OguryInterstitialAdCustomEvent

        • or com.admob.mobileads.PresageInterstitialCustomEvent if you use the old class.

      • Opt-in Video Ad:

        • com.ogury.mobileads.OguryOptinVideoAdCustomEvent

        • or com.admob.mobileads.PresageOptinVideoCustomEvent if you use the old class.

      • Banner Ad:

        • com.ogury.mobileads.OguryBannerAdCustomEvent

        • or com.admob.mobileads.PresageBannerCustomEvent if you use the old class.

      • Thumbnail Ad:

        • com.ogury.mobileads.OguryThumbnailAdCustomEvent

        • or com.admob.mobileads.OguryThumbnailAdCustomEventBanner if you use the old class.

    • the Parameter must have one of the following format:

The Parameter must contains the Asset Key and the Ad unit id formatted as following:

{"assetKey":"ASSET_KEY","adUnitId":"AD_UNIT_ID"}

ASSET_KEY must be replaced by the Asset key of the application. The Asset Key can be found on the Publisher dashboard:

  • Select Assets in the right-menu.

  • Click on the asset.

  • Copy the value right to the Asset key label.

AD_UNIT_ID must be replaced by an Ad unit id. The Ad unit id can be found on the Publisher dashboard:

  • Select Assets in the right-menu.

  • Click on the asset.

  • Select Assets > Monetization settings in the right-menu.

  • Click on the icon in the Ad unit id column to copy it.

It is very important to copy exactly the value in both Parameter and Class Name. Make sure:

  • there is no extra space before or after the value.

  • they use the proper " character not“.

The Yield partner Ogury is missing

Follow one of the following integration documentations that explain step-by-step how to add Ogury as a Yield Partner:

You wants to use a single Yield group for both Small Banner and MPU

It is not possible to support this flow because Ogury has separated Ad unit ids for Small Banner Ad and MPU Ad.

Last updated