Choose Networks
This guide shows the mediation network integration and the items supported by each mediation network.
Mediation Network Integration
After selecting the mediation network module you want to integrate, follow the example settings below to add the module.
- Select the checkbox for the mediation network you want to integrate.
- Copy and paste the settings that appear after selection into your app.
The example below shows the settings using BoM. If no checkbox is selected, only the required settings for integrating the NAM SDK will be displayed.
The version of each individual mediation network module follows the format <3rd-party SDK version>.<mediation network patch version>. For example, if a new mediation network module using a specific 3rd-party SDK version 3.4.5 is released in the NAM SDK, the version of the module will be 3.4.5.0. If the same 3rd-party SDK is used later but the mediation network module undergoes bug fixes or changes in the required nam-core version, the mediation network patch version will increase to 3.4.5.1.
1. Add repositories to the settings.gradle file.
- Kotlin DSL
- Groovy
repositories {
mavenCentral()
}
repositories {
mavenCentral()
}
2. Add dependencies to the build.gradle file at the app level.
- Kotlin DSL
- Groovy
dependencies {
implementation(platform("com.naver.gfpsdk:nam-bom:8.4.3"))
implementation("com.naver.gfpsdk:nam-core")
implementation("com.naver.gfpsdk.mediation:nam-nda")
}
dependencies {
implementation platform('com.naver.gfpsdk:nam-bom:8.4.3')
implementation 'com.naver.gfpsdk:nam-core'
implementation 'com.naver.gfpsdk.mediation:nam-nda'
}
3. Add meta-data to the AndroidManifest.xml file.
<manifest>
<application>
<!-- For Naver Ad Manager Publisher Code -->
<meta-data
android:name="com.naver.gfpsdk.PUBLISHER_CD"
android:value="YOUR_PUBLISHER_CODE" />
</application>
</manifest>
Supported Formats by Mediation Network
Mediation Network | Banner | Native | Native Simple | Rewarded | Interstitial |
---|---|---|---|---|---|
AppLovin | O | X | X | O | O |
Amazon Publisher Services | O | X | X | X | X |
BidMachine | O | X | X | O | O |
Chartboost | O | X | X | O | O |
Google Ad Manager | O | O | X | O | O |
Digital Turbine | O | X | X | O | O |
Meta Audience Network | O | O | X | O | O |
InMobi | O | O | X | X | X |
IronSource | X | X | X | O | O |
Line Ads Network | X | O | O | O | O |
Unity | O | X | X | O | O |
Vungle | X | X | X | O | O |