Mediation AdColony - san-sdk/sample GitHub Wiki

AdColony

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

Supported Ad Formats

AdColony currently supports the following ad formats.

SAN Formats AdColony 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 AdColony
}
//...

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

Step 2.Update Your Android Manifest

Add the AdColony key to meta-data in

<application
        ...>

        <meta-data
            android:name=com.san.key.AdColony"
            android:value="your adcolony App UUID" />
</application>

ChangeLog

4.8.0.1(8.25-2022)

SAN Version:3.12.6.1
AdColony Version:4.8.0

4.6.2.4(11.26-2021)

SAN Version:3.3.0.1
AdColony Version:4.6.2

4.6.2.3(11.5-2021)

SAN Version:3.2.0.5
AdColony Version:4.6.2

4.6.2.0(9.6-2021)

SAN Version:1.3.0.+
AdColony Version:4.6.2

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