-
Notifications
You must be signed in to change notification settings - Fork 2
IronSource Mediation
To use HyBid SDK directly in IronSource Mediation you will need to integrate the IronSource SDK and the Hybid SDK into your app.
To integrate IronSource SDK into your app you should follow the instructions in their website.
To integrate the HyBid SDK follow the instruction in the integration page.
There are 2 ways that you can install HyBid into your application;
To use the IronSource Adapters in your project, head over to IronSource HyBid Adapters repository and import all the adapter files to your project.
To use the IronSource Adapters in your Swift project, ensure that you have a Bridging Header file in your project and the Objective-C Bridging Header build setting under Swift Compiler - Code Generation has a path to the header
- If you're using CocoaPods, you can add the adapters to your project using
Podfile
. Check the listed repository for a detailed integration guide for IronSource adapters.
You can find a demo app with code samples for this type of integration here.
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 a new app in the IronSource Dashboard
If your app is published you can look it up using the URL from the App Store.
Otherwise, just 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 as specified in the documentation.
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 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.
Navigate to the Ad Units & Placements section on the dashboard.
Create your placements for each format
After creating your placements, you can use the names to 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.