Teads allows you to integrate a single SDK into your app, and serve premium branded "outstream" video ads from Teads SSP ad server. This sample app includes the Teads Android Library and is showing integration examples.
- Android minimum SDK version 19 or higher
- Android compile SDK version 28 or higher
- Android Gradle plugin version 4.2.2 or higher
- AndroidX support (Migrate to AndroidX)
The best way to see the working integration is to clone this repository, open it with Android Studio. The sample contains multiples kinds of integrations from direct integration to integrations using mediations partners such as AdMob and Mopub.
The Teads SDK is distributed as a gradle dependencie that you have to add to your gradle file. It include everything you need to serve "outstream" video ads.
Short integration using gradle : Add our Maven Repository and the dependency:
repositories{
maven {
url "https://teads.jfrog.io/artifactory/SDKAndroid-maven-prod"
}
}
dependencies {
implementation("tv.teads.sdk.android:sdk:5.1.8@aar") {
transitive = true
}
}
Integration instructions are available on Teads SDK Documentation.
Teads SDK supports the IAB Open Measurement SDK, also known as OM SDK. The OM SDK brings transparency to the advertising world, giving a way to standardize the viewability and verification measurement for the ads served through mobile apps. Teads is part of the IAB's compliant companies.
See releases here.