IronSource Mediation - pubnative/pubnative-hybid-android-sdk GitHub Wiki

To use HyBid SDK directly in IronSource Mediation you will need to integrate the IronSource SDK and the Hybid SDK into your app.

Integrate IronSource SDK

To integrate IronSource SDK into your app you should follow the instructions in their website.

Integrate HyBid SDK

To integrate the HyBid SDK follow the instruction in the integration page.

You also need to import the IronSource Adapters module from the HyBid SDK:

implementation 'net.pubnative:hybid.sdk:3.0.0'
implementation 'net.pubnative:hybid.adapters.ironsource:3.0.0'

Set up the placements on IronSource Dashboard

To set up the HyBid Adapters in the IronSource mediation you need to follow a few steps.

If you already have an app and ad units created then you can skip these steps.

Create app

Create a new app in the IronSource Dashboard

Enter the basic information on the dialog.

Enable all the formats you want to integrate into your app.

Use the app key you are given to initialize the IronSource SDK on the app's main activity as specified in the documentation.

Setup Verve mediation network

Select the SDK Networks tab on the side menu.

Select the Manage Networks option.

Click on the Custom Adapter button to search for Verve as a network.

Input the Verve network key: 15ba9be25

Once Verve appears as one of the mediation networks configured for your app, use the app token and zone ids you received from your account manager to set up the adapters for each format. You can set up more than one adapter per format.

Setup placements with Verve network

Navigate to the Ad Units and placements section on the dashboard.

Create your placements for each format

After creating your placements, you can use the names to request ads.

Request ads

Ads should be requested using the regular IronSource process using the generated Placement name. You can find the instructions in the IronSource developers page.


<- GAM Mediation