Mediation MoPub - san-sdk/sample GitHub Wiki

Mopub

If you plan to use the SAN SDK to load and display ads from Mopub via mediation, use this article for integration instructions and information unique to the ad network.

Supported Ad Formats

Mopub currently supports the following ad formats.

SAN Formats Mopub Ad Formats
Banner Banner
Interstitial Interstitial
Rewarded Video Rewarded Video
Native Native

Step 1.Add the SAN Mediation SDK

open your project and update the app module’s build.gradle to have the following repositories and dependencies:

repositories {
    // ... other project repositories
   mavenCentral()// SAN mediation sdk
}
//...

dependencies {
    // ... other project dependencies
    implementation "com.myadsget:mediation-mopub:5.17.0.+"// SAN mediation sdk
}

Step 2.Display Native Ads

If you need to use NativeAd, You should use SANNativeAdRenderer , which has been adapted to adpaters' native advertising requirements.

ChangeLog

5.17.0.6(1.20-2022)

SAN Version:3.5.2
Mopub Version:5.17.0

5.17.0.5(11.26-2021)

SAN Version:3.3.0.1
Mopub Version:5.17.0

5.17.0.4(11.5-2021)

SAN Version:3.2.0.5
Mopub Version:5.17.0

5.17.0.1(9.6-2021)

SAN Version:1.3.0.+
Mopub Version:5.17.0

⚠️ **GitHub.com Fallback** ⚠️