Skip to content

IronSource Mediation

Can Soykarafakılı edited this page Oct 23, 2023 · 3 revisions

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.

Integrate The IronSource Adapters

There are 2 ways that you can install HyBid into your application;

1. Drag & Drop Adapter Files

To use the IronSource Adapters in your project, head over to IronSource HyBid Adapters repository and import all the adapter files to your project.

Swift Integration

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

2. Cocoapods

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

Demo App

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

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 an App

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.

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

Home

Installations & Configurations

Displaying Ads with HyBid

Displaying Ads with Header Bidding with GAM

Mediation

Advanced Setup

Integration Checklists for Publishers

Misc

Clone this wiki locally