AppLovin Mediation Integration Guide for SDK 6.4 and Below

This guide will instruct you step-by-step on how to set AppLovin live as an Ad Network on the ironSource Mediation platform. The integration process is completed in 5 simple steps:

  1. Create an AppLovin account
  2. Retrieve Your AppLovin SDK/Application Key
  3. Activate AppLovin in Your ironSource Network Setup Module
  4. Add the AppLovin SDK to Your Build
  5. Configure Rewarded Video in AppLovin Admin

Before You Start

Make sure you have correctly integrated ironSource Rewarded Video into your application. Integration is outlined here.

Step 1. Create an AppLovin Account

  1. Create an account with AppLovin. You can do so here.
  2. Once your account has been verified you can login at their partner login here.

Step 2. Retrieve Your AppLovin SDK/Application Key

AppLovin automatically creates an application in your account after the first Ad Request is made with their SDK in your app, so you don’t need to specifically create one on their Admin site. The App name in your account will be the same as the app name defined in your supersonic.config file (Android) and/or Plist file (iOS).

The next step is to grab your ‘SDK Key‘ from your AppLovin account and add the AppLovin Adapter to your build.

  1. Log in to your AppLovin account and select ‘Get Started’:
    AppLovin integration with Supersonic Mediation - 01
  2. Select the Platform your application is built on:
    AppLovin integration with Supersonic Mediation - 02
  3. On the following page you will see your ‘SDK Key‘ listed:
    AppLovin integration with Supersonic Mediation - 03

With this key in hand, you can easily add AppLovin to your ironSource account.

Step 3. Activate AppLovin in Your ironSource Network Setup Module

There are 2 pieces of data from the AppLovin account which need to be inserted into your ironSource Network Setup Module in order for AppLovin to work correctly in connection with ironSource:

Report Key This is a unique identifier for your AppLovin account, which allows your ironSource Mediation Platform to import performance data from your AppLovin account to use in reporting & optimization.
SDK Key This is a unique identifier for your AppLovin account. This is used by the ironSource Mediation SDK to Init the AppLovin Adapter for your apps.

Once you obtain this information, you must configure the AppLovin parameters in your ironSource Account. By adding the above information correctly, you will be able to take full advantage of AppLovin’s ad inventory and reporting data on ironSource’s Mediation platform.

  1. Report Key
    To find the ‘Report Key’, go to the ‘Account’ tab and select ‘Keys’ from the left side menu.
    AppLovin integration with Supersonic Mediation - 07
  2. SDK Key
    To find the ‘SDK Key‘, go to the ‘Account‘ tab and select ‘Keys‘ from the left side menu.
    AppLovin integration with Supersonic Mediation - 09

Configure AppLovin’s Parameters into ironSource Account

  • Once you have both of these parameters, log in to your ironSource account and go to ‘Monetize‘ ➣ ‘Mediation‘ ➣ ‘Network Setup‘.
    ironsource-platform-mediation-network-setup
  • Select AppLovin from the table of Available Ad Networks and enter the AppLovin ‘Report Key‘.
    ironsource-platform-account-settings-appl
  • Select the app on which you’d like to run ironSource’s Mediation with AppLovin.
    ironsource-platform-select-app-on-network-setup
  • Select AppLovin from the Setup list of Ad Networks and click on the Define icon.
    ironsource-platform-define-applovin-on-network-setup
  • Enter the AppLovin ‘SDK Key. Set the status to Active and click ‘Save’.
    ironsource-platform-app-settings-appl
  •  You will then see AppLovin as Active for Mediation on your Setup Dashboard.
    ironsource-platform-active-ad-units-appl
  • New! Verify your integration with the Reporting API; this column will check your integration through the Reporting API and return three possible responses: Verified, Failed and No Response. Double check your integration and the information you entered above; then click ‘Retry‘ until you see ‘Verified’.

Step 4. Add the AppLovin Adapter to Your Build

iOS

ironSource supports both Cocoapods and Manual download mechanisms.

Download the AppLovin Adapter with Cocoapods

To integrate the AppLovin SDK with Cocoapods, enter the following line in your podfile and you’re good to go!

pod 'SupersonicAppLovinAdapter','~>2.1.2.0'

Download the AppLovin Adapter Manually

  1. Download the AppLovin Adapter:
    Add the AppLovin Adapter to your build. You can find the latest AppLovin Adapter here.
    Important! The AppLovin Adapter also contains the AppLovin SDK. You DON’T need to add the AppLovin SDK directly.
  2. Add the AppLovin frameworks to your Project:
    After you download the Adapter, drop the Adapter framework into your Xcode Project, i.e. drop SUApplovinAdapter.framework into your Xcode project.
  3. Add Required Frameworks:
    Go to Targets ➣ Build Phases ➣ Link Binary With Libraries.
    Click ‘+’ to add the following frameworks:
    UIKit.framework
  4. Enable Xcode Flags:
    The -ObjC flag must be added for iOS static libraries (such as the AppLovin SDK) to run correctly.
    To enable the -ObjC flag, click on the project settings, go to Build Settings search for Other Linker Flags and add -ObjC.

Step 5. Configure Rewarded Video in Applovin’s Admin

Once the AppLovin Adapter has been added to your build, you need to enable the Rewarded Video functionality in the AppLovin Admin.

  1. In the AppLovin Admin, go to ‘Manage Apps’  and select the specific app you want to configure:
     Supersonic Mediation integration with AppLovin Overview
  2. Scroll down to the ‘Rewarded Video’ section and set the following toggles:
    1. Frequency Capping – Do not frequency cap Rewarded Videos
    2. Virtual Currency Details – The ironSource Mediation Adapter will set this, so you can leave the default values
    3. Display Pre-Video Modal – NO
    4. Display Post-Video Modal – NO
    5. Callback Options – Client-side callbacks only
       Supersonic Mediation with AppLovin integration
  3. Once finished hit ‘Save

Verify Your Ad-Network Integration

The ironSource SDK provides an easy way to verify that your mediation integration was completed successfully. To verify your ironSource and additional Ad Networks’ integration, follow this document.

Done!
You are now all set to deliver AppLovin Ads within your application!


What’s Next?

To add additional Ad networks, follow the integration guides on our Supported Ad Networks list.