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 GFP 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 GFP 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()
maven { url = uri("https://artifactory.navercorp.com/artifactory/maven-release") }
}
repositories {
mavenCentral()
maven { url "https://artifactory.navercorp.com/artifactory/maven-release" }
}
2. Add dependencies to the build.gradle file at the app level.
- Kotlin DSL
- Groovy
dependencies {
implementation("com.naver.gfpsdk:gfpsdk-bom:8.13.0")
implementation("com.naver.gfpsdk:gfpsdk-core")
implementation("com.naver.gfpsdk.mediation:nda")
}
dependencies {
implementation 'com.naver.gfpsdk:gfpsdk-bom:8.13.0'
implementation 'com.naver.gfpsdk:gfpsdk-core'
implementation 'com.naver.gfpsdk.mediation:nda'
}
3. Add meta-data to the AndroidManifest.xml file.
<manifest>
<application>
<!-- For GFP 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 | Insteram Video |
|---|---|---|---|---|---|---|
| AppLovin | O | X | X | O | O | X |
| Amazon Publisher Services | O | X | X | X | X | X |
| BidMachine | O | X | X | O | O | X |
| Chartboost | O | X | X | O | O | X |
| Google Ad Manager | O | O | X | O | O | X |
| Digital Turbine | O | X | X | O | O | X |
| Meta Audience Network | O | O | X | O | O | X |
| Interactive Media Ads | X | X | X | X | X | O |
| InMobi | O | O | X | X | X | X |
| IronSource | X | X | X | O | O | X |
| Line Ads Network | X | O | O | O | O | X |
| Pangle | O | O | X | O | O | |
| Unity | O | X | X | O | O | X |
| Vungle | O | O | X | O | O | X |