https://github.com/teads/teadssdk-android
Teads SDK for Android - Premium branded "outstream" ads
https://github.com/teads/teadssdk-android
admob ads advertising android-library android-sdk applovin-max framework google-mobile-ads iab kotlin monetization open-measurement sdk teads-sdk viewability
Last synced: about 1 month ago
JSON representation
Teads SDK for Android - Premium branded "outstream" ads
- Host: GitHub
- URL: https://github.com/teads/teadssdk-android
- Owner: teads
- Created: 2015-03-05T14:05:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T15:46:20.000Z (2 months ago)
- Last Synced: 2026-01-23T09:58:00.848Z (2 months ago)
- Topics: admob, ads, advertising, android-library, android-sdk, applovin-max, framework, google-mobile-ads, iab, kotlin, monetization, open-measurement, sdk, teads-sdk, viewability
- Language: Kotlin
- Homepage:
- Size: 5.09 MB
- Stars: 13
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeadsSDK-android
Teads allows you to integrate a single SDK into your app, and serve premium branded "outstream" video ads (and more) from Teads SSP ad server. This sample app includes the Teads Android Library and is showing integration examples.
## Requirements
* Android minimum SDK version 21 or higher
* Android Gradle plugin version 7.0 or higher
* AndroidX support ([Migrate to AndroidX](https://developer.android.com/jetpack/androidx/migrate))
## 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 AppLovin MAX.
## 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 our ads.
**Short integration using gradle :**
Add our Maven Repository and the dependency:
```groovy
repositories{
maven {
url "https://teads.jfrog.io/artifactory/SDKAndroid-maven-prod"
}
}
dependencies {
implementation("tv.teads.sdk.android:sdk:6.0.4@aar") {
transitive = true
}
}
```
## Integration Documentation
Integration instructions are available on [Teads SDK Documentation](https://developers.teads.com/docs/Android-SDK/Getting-Started/).
## Certifications
Teads SDK supports the [IAB](https://www.iabcertification.com/) [Open Measurement](https://iabtechlab.com/standards/open-measurement-sdk/) 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](https://iabtechlab.com/compliance-programs/compliant-companies/).

## Releases
See [releases here](https://github.com/teads/TeadsSDK-android/releases).