Mediation AdColony - san-sdk/sample GitHub Wiki
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.
AdColony currently supports the following ad formats.
SAN Formats | AdColony 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 AdColony
}
//...
dependencies {
// ... other project dependencies
implementation "com.myadsget:mediation-adcolony:4.8.0.+"// SAN mediation sdk
}
Add the AdColony key to meta-data in
<application
...>
<meta-data
android:name=com.san.key.AdColony"
android:value="your adcolony App UUID" />
</application>
SAN Version:3.12.6.1
AdColony Version:4.8.0
SAN Version:3.3.0.1
AdColony Version:4.6.2
- Support Test Suite
SAN Version:3.2.0.5
AdColony Version:4.6.2
SAN Version:1.3.0.+
AdColony Version:4.6.2