Mediation Fyber - san-sdk/sample GitHub Wiki
If you plan to use the SAN SDK to load and display ads from Fyber via mediation, use this article for integration instructions and information unique to the ad network.
Fyber currently supports the following ad formats.
SAN Formats | Fyber Ad Formats |
---|---|
Banner | Banner |
Interstitial | Interstitial |
Rewarded Video | Rewarded Video |
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 and Fyber
}
//...
dependencies {
// ... other project dependencies
implementation "com.myadsget:mediation-fyber:7.8.3.+"// SAN mediation sdk
}
Add the Fyber key to meta-data in
<application
...>
<meta-data
android:name="com.san.key.Fyber"
android:value="your Fyber AppId" />
</application>
SAN Version:3.3.0.1
Fyber Version:7.8.3
- Support Test Suite
SAN Version:3.2.0.5
Fyber Version:7.8.3
SAN Version:1.3.0.+
Fyber Version:7.8.3