Mintegral Integration Guide
This guide will instruct you step-by-step on how to set Mintegral live as an Ad Network on the ironSource Mediation platform.
Before You Start
Make sure you have correctly integrated ironSource’s Rewarded Video, Interstitial or Banner into your application.
Step 1. Create a Mintegral Account
- Create an account with Mintegral. You can do so here.
- Once your account has been verified, you can login at their partner login here.
Step 2. Create an Application in Mintegral
Already set up your application(s) at Mintegral? Skip to here.
First Time Setup ProcessIf this is your first time setting up a Mintegral account, continue below.
- Login
- When you log in for the first time, select ‘APP Setting’
- When you log in for the first time, select ‘APP Setting’
- Add Your App
- Upon clicking ‘+ Add APP’, a setup module will appear, you can enter details here:
Note: Note: You will need a unique Mintegral application per platform (iOS + Android) just like you do with your ironSource account. - After you defined the settings, you will be asked to check the ad types you DO NOT wish to be delivered to your application.
- Upon clicking ‘+ Add APP’, a setup module will appear, you can enter details here:
- Add Ad Units
- After you defined the Applications settings, select the relevant Apps through dashboard and click ‘Add AD Unit‘:
- Mintegral adapters can serve Rewarded Video, Interstitial and Banner.
If interested in serving Mintegral Interstitial Ads on the ironSource Mediation platform, select ‘Interstitial Video‘ and select ‘Next‘:
For Rewarded Video, please follow the same steps, only select ‘Rewarded Video‘ in step b. this time.
For Banner, select ‘Banner‘ as the ad format. It is highly recommended to set the “Auto Refresh” value for No, since you can control the refresh rate on the mediation platform.
- After you defined the Applications settings, select the relevant Apps through dashboard and click ‘Add AD Unit‘:
Step 3. Activate Mintegral in Your ironSource Network Setup Module
Serving Mintegral’s ads through the ironSource mediation platform has never been this easy. Sign in to your Mintegral account when setting up Mintegral on the ironSource SDK Networks setup page.
There are values from your Mintegral account which need to be inserted into your ironSource network setup module in order for Mintegral to work correctly in connection with ironSource:
App Key |
The unique ID assigned to your app on Mintegral’s dashboard.
|
SKey |
API key for reporting
|
Secret |
The unique ID assigned to your Mintegral user.
|
Once you obtain this information, you must configure Mintegral’s Parameters in your ironSource Account. By adding the above information correctly, you will be able to take full advantage of Mintegral’s ad inventory and reporting data on the ironSource mediation platform.
App Key
Once you have created an application in the Mintegral dashboard (as described in step 2), go to the ‘APP Setting’ screen – on top of this page, you will find your App Key:
SKey
Once you have logged into your Mintegral user (as described in step 1), go to the ‘Company Info’ under ‘Account’ tab – on the left menu:
Now, on the bottom of the page you can find your SKey, as well as your Secret:
Secret (same as SKey)
Once you have logged into your Mintegral user (as described in step 1), go to the ‘Company Info’ under ‘Account’ tab – on the left menu:
Now, on the bottom of the page you can find your Secret, as well as your SKey:
Step 4. Add the Mintegral Adapter to Your Build
ironSource supports both Cocoapods and Manual download mechanisms.
Cocoapods
To integrate the Mintegral SDK with Cocoapods, enter the following line in your podfile and you’re good to go!
pod 'IronSourceAdColonyAdapter','4.3.14.1'
Manual Download
- Download the Mintegral Adapter
Add the Mintegral Adapter to your build. You can find the latest Mintegral Adapter here.
Important! The Mintegral Adapter does not contain the Mintegral SDK. You need to add the Mintegral SDK as well. - Add the Mintegral frameworks to your Project
After you download and unzip the Adapter and SDK, drop the framework files into your Xcode Project. - Open Target ➣ Build Settings ➣ Architectures and confirm that your Xcode Project uses Base SDK version 6.0 or greater and that it does not use armv6 architecture.
- Linker Flags:
Add two separate linker flags to Target ➣ Build Settings ➣ Linking ➣ Other Linker Flags:
–ObjC
Done!
You are now all set to deliver Mintegral ads within your application!