teads_admob_adapter 1.0.0 copy "teads_admob_adapter: ^1.0.0" to clipboard
teads_admob_adapter: ^1.0.0 copied to clipboard

AdMob Adapter for Teads' Flutter SDK

Teads logo


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:

  1. Depend on it
    • Open the pubspec.yaml file located inside the app folder, and add teads_admob_adapter: under dependencies.
  2. 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.
  3. 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.

iab certification badge

⌚️ Changelog #

See changelog here.