Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MobileFuse provides an IronSource mediation adapter for Interstitial Ads. Banner ad custom mediation adapters are currently not supported by IronSource - the MobileFuse adapter will be updated to support banners as soon as support is available.

Current Version

Insert excerpt
MobileFuse SDK
MobileFuse SDK
nameandroid-adapter-ironsource
nopaneltrue

Step 1. Configure your app in the IronSource publisher console

In the IronSource publisher console, select your app in the “Monetize” section.

...

A panel will appear with a selection of ad networks. For MobileFuse, select “Custom Adapter”, then enter our network key:

Network Key: 15ba2a9e9

Press “Enter Key →” to continue, you should see a “MobileFuse” configuration dialog where you can set your Publisher ID:

...

You should now have MobileFuse listed as an option under your SDK networks setup for your app. You can click “Setup” or the edit icon to set your App ID and placement IDs for your app:

...

Step 2. Download the MobileFuse IronSource Mediation Adapter

Gradle Setup

1- Ensure that mavenCentral is included in your settings.gradle file:

...

Code Block
dependencies {
    // [... other project dependencies]
    implementation 'com.mobilefuse.sdk:mobilefuse-adapter-ironsource:1.02.05.0'
}

Step 3. Configure Data Privacy

The only other configuration that you may want to set up is data privacy. You should call the MobileFuse.setPrivacyPreferences() method before you initialize the IronSource SDK. This will allow you to supply an IAB consent string or US privacy string that will be passed through to MobileFuse:

...