You must be running AerServ Android SDK v. 2.43.0 or higher.
Download the latest version now >>
Ad Source Details:
- Ad Source:
- Ad Formats Supported: Video, Interstitial HTML, Banner HTML
- Ad Source Type: SDK
- Website: https://target.my.com/
- Sign Up Page: https://account.my.com/signup/
- Support: https://target.my.com/partners/help/
How to Set Up the MyTarget 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: MyTarget Banner)
Step 4: Select MyTarget (SDK) as the ad source
Step 5: Select Video, Interstitial HTML, or Banner HTML in the Ad Type drop down menu
Step 6: Enter the following fields that are specific to the MyTarget ad source:
FIELD | DESCRIPTION | REQUIRED/OPTIONAL |
---|---|---|
Slot ID (slot_id) |
A unique numeric string assigned to your MyTarget ad unit (placement). |
Required |
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
Step 9: Select Country or DMA targeting
Step 10: Select Device targeting
Step 11: Click Save
Locating the MyTarget Credentials
Step 1: On the MyTarget dashboard, click on the desired App
Step 2: On the following page, select the desired Placement
Step 3: Your Slot ID (1) can be found under the Ad Unit Settings
Android
AerServ SDK |
Step 1: Locate the MyTarget SDK files inside network-support/MyTarget/
Step 2: Add mytarget-sdk-x.x.x.aar (replacing x.x.x with the version number) to your app's lib folder, i.e. [Project Name]/app/libs
Step 3: Add the following settings inside your application's build.gradle, replacing x.x.x with the actual version:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile(name: 'mytarget-sdk-x.x.x', ext: 'aar')
}
Comments