304

HyBid integration guide as an adapter SDK for MoPub mediation for Android consists of 3 steps:

  1. Configure SDKs
    1.1. Integrate MoPub SDK
    1.2. Integrate HyBid SDK and import MoPub Adapters

  2. Configure MoPub dashboard
    2.1. Banner
    2.2. MRect
    2.3. Interstitial

  3. Request ads
    3.1. Request ads

Please note that the adapters currently only support standard formats (Banner, Medium, Leaderboard, Interstitial and Rewarded).

You can find a demo app with code samples for this type of integration here.

Configure SDKs

Configure MoPub dashboard

Request ads

Ads should be requested using the regular MoPub process using the generated Ad Unit IDs. You can find the instructions in the MoPub developers page.

Initialization

Please note: to complete implementation, the HyBid SDK needs to be initialized. Follow the HyBid integration guide and complete this step.