Mediation Fyber - san-sdk/sample GitHub Wiki

Fyber

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.

Supported Ad Formats

Fyber currently supports the following ad formats.

SAN Formats Fyber Ad Formats
Banner Banner
Interstitial Interstitial
Rewarded Video Rewarded Video

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 and Fyber
}
//...

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

Step 2.Update Your Android Manifest

Add the Fyber key to meta-data in

<application
        ...>

        <meta-data
            android:name="com.san.key.Fyber"
            android:value="your Fyber AppId" />
</application>

ChangeLog

7.8.3.4(11.26-2021)

SAN Version:3.3.0.1
Fyber Version:7.8.3

7.8.3.3(11.5-2021)

SAN Version:3.2.0.5
Fyber Version:7.8.3

7.8.3.0(9.6-2021)

SAN Version:1.3.0.+
Fyber Version:7.8.3

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