AppLovin

Create an Application in AppLovin

1. Enter AppLovin and log in to AppLovin account.___1.jpg

2. You do not need to manually create an application in the AppLovin background. When your application has integrated the AppLovin SDK and successfully initialized the SDK, the application will automatically be displayed on the Application interface.

After you successfully integrate the SDK, you only need to initialize the OpenMediation SDK, not the AppLovin SDK separately. It is recommended to check and confirm after successfully testing AppLovin's ads.

 

Add Placement

1. Click Monetization Zones Create Zone.___2.jpg

2. In the AppLovin's platform, the ad unit is called Zone, fill in the ad unit information, and click Save after filling in.
Tips: In the AppLovin platform, Zone does not need to be associated with the application. Therefore, if you have multiple applications under your AppLovin account, please distinguish between them to avoid configuration errors.___3.jpg

  • Name:  You can define your own code location name, we recommend you name it Placement ID_Ad Network Name_ Country_Floor Price. (Example: 6539_Applovin_USA_40)
  • Platform: Select the application platform corresponding to the ad unit.
  • Ad Type: Choose an ad type
  • Pricing: Set reserve price
  • Flat CPM: Set the corresponding base price for the specified country/region. When filling in, you need to enter the full name to automatically search.
  • Optimized by AppLovin: will generate more revenue but wont hold a specific CPM.

 

OpenMediation Platform Configuration

1. Enter the OpenMediation publisher platform, click Ad Network → click Edit behind AppLovin.___4.jpg

2. After filling in the relevant information, click Save.

Applovin_EN_.png

  • SDK Key And Report Key

    You can select Keys in the Account module to obtain SDK Key and Report Key.___6.jpg
  • Currency: Select the corresponding currency unit in your AppLovin report module.

 

Add Instance

1.  Click Mediation → Ad unit  Add Instance.___7.jpg

2. After filling in the relevant information, click Save.___8.jpg

  • Ad Network: Select AppLovin。

  • Instance Name: You can define the name of your ad unit yourself, we suggest you name it: Placement ID_Ad Network Name_ Country_Floor Price.(E.g: 6539_AppLovin_USA_40)

  • Unit ID: You can enter the AppLovin platform and click the Zones interface on the left navigation bar to obtain the corresponding Zone Id.___9.jpg

 

AppLovin Test Mode

You need to add code to your application to open the test mode.   Learn more.

Please remember to delete or comment the code of opening the test mode.

Add the AppLovin SDK&Adapter to Your Build

Android

1.  Add the AppLovin SDK

  • Add the following into your application-level build.gradle file.
implementation 'com.applovin:applovin-sdk:+'

2. Add the AppLovin Adapter

    OpenMediation supports both Gradle dependencies and Manual download mechanisms.

       Gradle dependencies

  • Add the following in your application-level build.gradle file.
implementation 'com.openmediation.adapters:applovin:+'

       Manual download

  • Download the AppLovin Adapter from here.
  • Add the AppLovin Adapter to Your Project.

3. Update AndroidManifest.xml

<meta-data
android:name="applovin.sdk.key"
android:value="YOUR_SDK_KEY_HERE"/>

 

4. For Proguard Users Only
If you are using ProGuard with the AppLovin adapter, you must add the following code to your ProGuard configuration (Android Studio: proguard-rules.pro or Eclipse: proguard-project.txt):

-keep class com.applovin.** { *;} 

 

iOS

OpenMediation supports both Cocoapods and Manualdownload mechanisms.

Cocoapods

To Integrate the AppLovin SDK with Cocoapods, enter the following line in your podfile and you are good to go!

pod 'AppLovinSDK'

Manual Download

1. Download the AppLovin framework

  • you can find the lastest AppLovin SDK here.

2. Add the AppLovin frameworks to your Project

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

Was this article helpful?
2 out of 6 found this helpful

Comments

0 comments

Article is closed for comments.