Mediation MoPub - san-sdk/sample GitHub Wiki
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.
Mopub currently supports the following ad formats.
SAN Formats | Mopub Ad Formats |
---|---|
Banner | Banner |
Interstitial | Interstitial |
Rewarded Video | Rewarded Video |
Native | Native |
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
}
If you need to use NativeAd, You should use SANNativeAdRenderer , which has been adapted to adpaters' native advertising requirements.
SAN Version:3.5.2
Mopub Version:5.17.0
SAN Version:3.3.0.1
Mopub Version:5.17.0
- Support Test Suite
SAN Version:3.2.0.5
Mopub Version:5.17.0
SAN Version:1.3.0.+
Mopub Version:5.17.0