Follow

How to Set Up AppLovin as an Ad Source

Ad Source Details:

 

  

How to Set Up the AppLovin Ad Source


 

 

Step 1:   Log on to http://platform.aerserv.com/ and click on the Ad Sources link at the top of the page

Step 2:   Click the + or the Add New Ad Source button on the page

Step 3:   Enter a Name for the ad source (example: AppLovin Interstitial)

Step 4:   Select AppLovin as the ad source

Step 5:   Enter the following fields that are specific to the AppLovin ad source:

  

FIELD DESCRIPTION REQUIRED/OPTIONAL EXAMPLE
SDK Key SDK Key from AppLovin Required

kNwmy2TTapU1laErKATpnlVvL4UpPNQ

7mLuhOLAz8e_uEDkTOGM9_s3LxX8K

wZRgwKMIfXGpBFgPTPzsfJ_fA2

Preload Sizes Leaving field blank defaults to "Banner, Inter" Required Banner
Preload Types Leaving field blank defaults to "Regular, Video" Required Regular
Verbose Logging  To view the debug log from AppLovin SDK Required  Yes

 

Step 6:   Enter a CPM (example: 3.50)

Step 7:   Select a placement(s) to assign this ad source to

Step 8:   Select any desired geo or device targeting 

Step 9:   Click the Save button

Step 10:   Download the AerServ SDK

  

  

Locating the AppLovin SDK Key


 Step 3:  Locating AppLovin SDK KEY

 
  1. Log on to the AppLovin Platform and click on Account
  2. Click the Keys tab on the left hand side
  3. Copy the ApplovinSDKkeys value in the SDK Key field and paste it to the ApplovinSDKkeys field on the AerServ platform

 

Leaving both fields blank on the AerServ UI is recommend.

 

Android


 

icon_android-on.png
AerServ SDK
download-sdk.png

 

Step 1.   Locate the AppLovin files inside network-support/AppLovin/

Step 2.   Add applovin-sdk-6.x.x.jar to your app's lib folder, i.e. [Project Name]/app/libs 

Step 3.   Add the following permission to your AndroidManifest.xml

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> 

Step 4.   Add the following activity to your AndroidManifest.xml

<activity android:name="com.applovin.adview.AppLovinInterstitialActivity" />
<activity android:name="com.applovin.adview.AppLovinConfirmationActivity" />

 

 

iOS 


 

image.jpg
AerServ SDK
download-sdk.png

 

Step 1.   Add the AppLovin SDK in the folder network-support/AppLovin/AppLovinSDK.framework into your project frameworks. 

Add the following libraries and frameworks to Target > Build Phases > Link Binary With Libraries:

AppLovin.framework
AdSupport.framework
AVFoundation.framework
CoreGraphics.framework
CoreMedia.framework
CoreTelephony.framework
StoreKit.framework
SystemConfiguration.framework
UIKit.framework
 

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments