Prerequisites
- Import the Teads inApp SDK in your project.
- SmartCoreSdk: 7.14.0+
- SmartDisplaySdk: 7.14.0+
- AndroidX (⚠️ SmartSDK mandatory)
Installation
Before installing the Teads Smart adapter, you will need to integrate Smart SDK into your application.
Gradle
project/build.gradle
app/build.gradle
Defining a Custom Event
In order to display a Teads ad using Smart, you need to create a custom event.
Name | Value |
---|---|
SDK Name | TeadsSDK |
Ad Format Type | Banner |
Adapter Class | tv.teads.adapter.smart.SmartAdapter |
Placement Info | { "placementId": #PID#, "teadsAdSettingsKey": "[sas_kw | teadsAdSettingsKey]" } |
Please retrieve your production PID from your local account manager.
See this page for test PIDs and creative formats.
Important
Don't forget to replace the #PID# with your Teads placement ID.
Display an ad
Create your TeadsMediationSettings
and add it to the SASAdPlacement
.
Then, your SASNativeAdManager
is ready to request a native ad, so you want to register
the proper listener and use our ViewBinder inside it.
Then you can use loadNativeAd()
Mediation settings
Find the full settings list here
Check list
- ✅ Ensure Brand Safety is enabled
- ✅ Ensure you comply with privacy legal requirements (GDPR/CCPA/GPP)
- ✅ Comply with app-ads.txt
- ✅ Enable validation mode to ensure key features are working