You must be running AerServ Android SDK v. 2.42.1 or higher.
Download the latest version now >>
Ad Source Details:
- Ad Source:
- Ad Formats Supported: Interstitial, Video
- Ad Source Type: SDK Adapter
- Website: http://www.appnext.com/
- Sign Up Page: http://www.appnext.com/sign-up.html
- Support: https://developers.appnext.com/
How to Set Up the Appnext 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: Appnext Video)
Step 4: Select Appnext as the ad source
Step 5: Select Video or Interstitial HTML in the Ad Type drop down menu
Step 6: Enter the following fields that are specific to the Appnext ad source:
FIELD | DESCRIPTION | REQUIRED/OPTIONAL | EXAMPLE |
---|---|---|---|
Placement ID | A unique alphanumeric string assigned to your Appnext placement. | Required | 012345ca-6789-1234-1234-123456789123 |
Ad Type | Select from either Interstitial or Fullscreen Video. | Required | Fullscreen Video |
SDK Timeout (ms) | The adapter timeout in milliseconds. | Optional | 8000 |
Step 7: Enter estimated CPM (e.g. 3.50). This value is used as the default CPM, not the floor.
Step 8: Select desired Placement to bind this ad source to
Step 9: Configure Country or DMA targeting
Step 10: Configure Device targeting
Step 11: Click Save
Locating the Appnext Credentials
Step 1: Navigate over to the Apps > Manage Apps (1) page
Step 2: Locate the desired app/site, click the cog icon, and select Settings & Placements
Step 3: You can find the Placement IDs (2) for all of your placements here
Android
You must be running AerServ Android SDK v. 2.42.1 or higher.
Download the latest version now >>
Supports only Android SDK level 16 |
Step 1. Locate the AppNext files inside network-support/AppNext/
Step 2. Add AppNext.aar
to your app's lib folder, i.e. [Project Name]/app/libs
Step 3. Add the following settings inside your application's build.gradle
:
dependencies {
compile name:'AppNext', ext:'aar'
compile 'com.google.android.gms:play-services-basement:10.2.1'
compile 'com.google.android.gms:play-services-location:10.2.1'
}
Comments