Skip to content

teads/TeadsSDK-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeadsSDK-android

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.

Requirements

  • Android compile SDK version to 28 or higher
  • Android gradle plugin version to v3.2.1 or higher
  • AndroidX support (Migrate to AndroidX)

Run the sample app and discover how we integrate our SDK

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.

Download the Teads SDK Android library

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.4@aar") {
        transitive = true
    }
}

Integration Documentation

Integration instructions are available on Teads SDK Documentation.

Known issues

If you use Android gradle plugin version <= 4.2.2 dependending on the libraries you use you might face this uncommon issue: #211

Certifications

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.

iab certification badge

Releases

See releases here.