Skip to main content

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.

  1. Select the checkbox for the mediation network you want to integrate.
  2. Copy and paste the settings that appear after selection into your app.
info

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.

info

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.

settings.gradle.kts
repositories {
mavenCentral()
}

2. Add dependencies to the build.gradle file at the app level.

build.gradle.kts
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.

AndroidManifest.xml
<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 NetworkBannerNativeNative SimpleRewardedInterstitial
AppLovinOXXOO
Amazon Publisher ServicesOXXXX
BidMachineOXXOO
ChartboostOXXOO
Google Ad ManagerOOXOO
Digital TurbineOXXOO
Meta Audience NetworkOOXOO
InMobiOOXXX
IronSourceXXXOO
Line Ads NetworkXOOOO
UnityOXXOO
VungleXXXOO