Mediation adapter to be used in conjunction with AdMob to deliver Teads ads on iOS devices. If you want to display Teads ads in your iOS application through Google Mobile Ads mediation, youβre at the right place.
π Table of Contents
π Integration Documentation
Integration instructions are available on Teads SDK Documentation.
π² Run the sample app
Clone this repository, open it with Android Studio, and run the sampleapp
project.
π¦ Install the Teads Admob Adapter Flutter framework
Teads SDK is currently distributed through Pub. It includes everything you need to serve "outstream" video ads through Google Mobile Ads.
Using packages
To add the package, teads_admob_adapter
, to an app:
- Depend on it
- Open the pubspec.yaml file located inside the app folder, and add
teads_admob_adapter
: under dependencies.
- Open the pubspec.yaml file located inside the app folder, and add
- Install it
- From the terminal: Run
flutter pub get
.
OR - From Android Studio/IntelliJ: Click Packages get in the action ribbon at the top of pubspec.yaml.
OR - From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.yaml.
- From the terminal: Run
- Import it
- Add a corresponding import statement in the Dart code.
π 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.
βοΈ Changelog
See changelog here.