Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

MobileFuse provides an AppLovin MAX custom adapter for Interstitial and Banner ads.

Current Version

Step 1. Configure MobileFuse in the MAX publisher console

In the MAX publisher console, select Manage → Networks. At the bottom of the list of ad networks, click on “Click here to add a Custom Network

The “Manage Network” page will appear with several options, set them to the following:

Network Type

SDK

Custom Network Name

MobileFuse

iOS Adapter Class Name

ALMobileFuseMediationAdapter

Android / Fire OS Adapter Class Name

com.applovin.mediation.adapters.MobileFuseMediationAdapter

Note: Ensure that you fill out both the iOS and Android fields, even if you only intend to use MobileFuse on a single platform!

After filling out the above information, press “Save”, and ensure that MobileFuse is now visible in the list of networks

Step 2 - Configure your ad units to use MobileFuse ads

Select the MAX → Manage → Ad Units page, and then click on the unit that you want to configure.

On the Edit Ad Unit page you’ll see a long list of networks - scroll down to the Custom Networks & Deals section and you should see the MobileFuse adapter listed as a custom network.

Expand the ad unit and set the status to green. You should be prompted for an App ID and Placement ID. You will have received this information from your contact at MobileFuse. The App ID will look like 1234_123456, and a placement ID is a numeric value like 123456.

Set up a CPM price - this will be used for the waterfall of MobileFuse vs. other networks, then scroll to the bottom of the page and click Save

Important - Double check that the placement IDs that you set up match the ad format that you’re creating. The ad type can be found at the top of the page on the “Edit Ad Unit” page. Ensure that you use an interstitial placement ID for an interstitial unit, and a banner for banner/mrec.

Step 3. Install the MobileFuse Applovin MAX Mediation Adapter for iOS

CocoaPods Setup

Update your podfile to include the MobileFuse AppLovin MAX Mediation Adapter:

source 'https://github.com/CocoaPods/Specs.git'
target 'My Project' do
	pod 'MobileFuseAppLovinAdapter'
end

Run pod install or pod update as appropriate.

Add the MobileFuse files to your XCode project using the “File > Add Files to …” command

Once the files are added, they will be visible in your Project Navigator file tree.

Additionally, XCode should automatically include the implementation files when compiling your project. You can double check this in your Project’s build settings.

Step 4. Configure Data Privacy

The only other configuration that you may want to set up is data privacy. You should call the [MobileFuse setPrivacyPreferences:] method as soon as possible after your app launches (highly recommended: before initializing the Applovin SDK!), or when the users privacy preferences change. This will allow you to supply an IAB consent string or US privacy string that will be passed through to MobileFuse:

App Tracking Transparency Framework

  • No labels