πŸ—‚οΈ
ONE AdMax Developer Guides
EN
EN
  • 00. about ONE AdMax
  • 01. How to Issue a Media Key
  • 02. How to Issue a Placement Key
  • 03. SDK for Java
    • 3-1. Rewarded Video Ads
    • 3-2. Interstitial Ads
    • 3-3. Banner Ads
    • 3-4. Interstitial Video Ads (Non Reward)
  • 04. Unity-Plugin Guide
    • 4-1. Rewarded Video Ads for Unity
    • 4-2. Interstitial Ads for Unity
    • 4-3. Banner Ads for Unity
    • 4-4. Interstitial Video Ads for Unity (Non Reward)
  • 05. Flutter-Plugin Guide
    • 5-1. λ³΄μƒν˜• λΉ„λ””μ˜€ κ΄‘κ³  for Flutter
    • 5-2. μ „λ©΄ κ΄‘κ³  for Flutter
    • 5-3. λ°°λ„ˆ κ΄‘κ³  κ΅¬ν˜„ν•˜κΈ°
    • 5-4. μ „λ©΄ λΉ„λ””μ˜€ κ΄‘κ³  for Flutter (λΉ„λ³΄μƒν˜•)
  • πŸ“ŒStarting Mediation
  • ONE AdMax SDK Error Codes
  • SDK Version μ•ˆλ‚΄ 사항
    • SDK 1.2.0
    • SDK 1.0.2
Powered by GitBook
On this page
  • Requesting mediation key issuance.
  • Dependency Settings
  • β€» Important Notes for Mediation Integration:
  • Mediation-Specific Integration Notes:

Starting Mediation

Previous5-4. μ „λ©΄ λΉ„λ””μ˜€ κ΄‘κ³  for Flutter (λΉ„λ³΄μƒν˜•)NextONE AdMax SDK Error Codes

Last updated 4 months ago

It is a feature that enables ads from other ad networks on your ad inventory. We recommend mediation to ensure a stable fill rate and eCPM.

Requesting mediation key issuance.

  1. Log in to the ONE AdMax console, navigate to the [Placement Management] menu, and select the placement where you want to apply mediation.

  2. In the [Mediation Settings by Country/Region] section, select the platforms you want to add for mediation under [Request Key Issuance], and click [Request Key]. (For rewarded video ads, it is recommended to add AppLovin, UnityAds, and Vungle.)

  3. The key issuance process may take up to 1 day, and once completed, the matching information will change to 'Registration complete'

  4. You can change the mediation call order using Drag & Drop.

Dependency Settings

In the app-level build.gradle, add the SDK dependencies for the mediation partners you want to use as follows:

dependencies {
    ...
     
    // AppLovin
    implementation 'com.applovin:applovin-sdk:13.0.1'
 
    // Cauly
    implementation 'com.fsn.cauly:cauly-sdk:3.5.31' 
 
    // MezzoMedia. adMan.jar v300
    implementation files( 'libs/adman_241031.jar' ) 
 
    // Mobon
    implementation( 'io.github.mobon:mobonSDK:1.0.0.65'){
      transitive = true
    }
     
    // UnityAds
    implementation 'com.unity3d.ads:unity-ads:4.12.2'
     
    // Vungle
    implementation 'com.vungle:vungle-ads:7.4.1'
    
    ...
}

β€» Important Notes for Mediation Integration:

  • If any of the mediation partners require ProGuard settings, please refer to the guide link and configure them accordingly.

  • If you want to use a version other than the compatible one, please contact oneadmax@onestorecorp.com.

  • Some ad types from specific partners may require additional integration steps based on the app's activity lifecycle. Please refer to the guide links for each partner.

Mediation Partners (6 in total): Vungle, Mobon, AdFit, Cauly, UnityAds, AppLovin

  • Company Name

    Compatible Version

    Supported Ad Format

    GUIDE

    Vungle

    7.4.1

    Rewarded Video, Interstitial Video

    Mobon

    1.0.0.65

    Banner, Interstitial

    v300(20241031)

    Banner

    Cauly

    3.5.31

    Banner, Interstitial

    UnityAds

    4.12.2

    Rewarded Video, Interstitial Video, Banner

    AppLovin

    13.0.1

    Banner, Native, Rewarded Video, Interstitial Video

Mediation-Specific Integration Notes:

  • Cauly Add the following Maven repository in the project-level build.gradle file:

    repositories {
        google()
        mavenCentral()
     
        // Cauly
        maven {
            url "s3://repo.cauly.net/releases"
            credentials(AwsCredentials) {
                accessKey "AKIAWRZUK5MFKYVSUOLB"
                secretKey "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"
            }
        }
    }

  • AppLovin

If you are updating from ONE AdMax SDK version v1.2.0 or lower to v1.2.0 or higher, you no longer need to input the AppLovin SDK key. Therefore, please remove the following code and proceed with the update:

<application>
    ...
    <meta-data android:name="applovin.sdk.key" android:value="nPNmWdnX7aDsJQd7yPG7w-rzdTAJJ3qcBNpgSoWzDrm4bUMSmHZJsv-2XRTSiOItVTm7FWZ7PrkUEKeVvlomd1" />
    ...
</application>

πŸ“Œ
https://support.vungle.com/hc/en-us/articles/360002922871
https://github.com/mobon/MobonSDK_Sample2
http://docs.meba.kr/s-plus/sdk/android_v2/
https://github.com/cauly/Android-SDK/blob/master/Android SDK 연동 κ°€μ΄λ“œ.md#1-CAULY-μ‹œμž‘ν•˜κΈ° (For SDK integration guide, start with CAULY in the SDK Integration)
https://github.com/Unity-Technologies/unity-ads-android
https://dash.applovin.com/documentation/mediation/android/getting-started/integration