Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teads/teadssdk-adapter-admob-ios
Teads - iOS AdMob Mediation Adapter
https://github.com/teads/teadssdk-adapter-admob-ios
Last synced: 2 months ago
JSON representation
Teads - iOS AdMob Mediation Adapter
- Host: GitHub
- URL: https://github.com/teads/teadssdk-adapter-admob-ios
- Owner: teads
- Created: 2018-06-22T12:32:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T10:39:03.000Z (about 2 years ago)
- Last Synced: 2024-09-15T09:05:07.565Z (4 months ago)
- Language: Swift
- Homepage: https://support.teads.tv/support/solutions/articles/36000166678-google-ad-manager-and-admob-mediation-ios
- Size: 101 MB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Teads - iOS AdMob Mediation Adapter
> Mediation adapter to be used in conjunction with AdMob to deliver Teads ads on iOS devices.> **⚠️ This repository is deprecated ⚠️**
>
> Please follow instructions [here](https://github.com/teads/TeadsSDK-iOS/blob/master/MediationAdapters/TeadsAdMobAdapter/README.md) about TeadsAdMobAdapter
>
> Using cocoapods, you need to update your podfile.
> ```ruby
> platform :ios, '10.0'
> pod 'TeadsAdMobAdapter', '~> 5.0'
> ```
> [Teads Sample App](https://github.com/teads/TeadsSDK-iOS) includes AdMob IntegrationIf you want to display Teads ads in your iOS application through AdMob mediation, you’re at the right place.
## Requirements
- ![Platform: iOS 9+](https://img.shields.io/badge/Platform-iOS%209%2B-blue.svg?style=flat)
- ![Xcode: 11.0+](https://img.shields.io/badge/Xcode-11.0+-blue.svg?style=flat)
- ![GoogleMobileAdsSDK: 7.59.0+](https://img.shields.io/badge/GoogleMobileAdsSDK-7.59.0+-blue.svg?style=flat)
- ![Teads SDK: 4.8.8+](https://img.shields.io/badge/Teads%20SDK-4.8.8+-blue.svg?style=flat)## Features
- [x] Displaying Teads banners
## Installation
Before installing Teads adapter, you need to implement [Google Mobile Ads](https://developers.google.com/admob/ios/quick-start) in your application.
#### CocoaPods
If your project is managing dependencies through [CocoaPods](https://cocoapods.org/), you just need to add this pod in your `Podfile`.
It will install Teads adapter and Teads SDK.
1. Add pod named `GoogleMobileAdsMediationTeads` in your Podfile:
```ruby
platform :ios, '9.0'
pod 'GoogleMobileAdsMediationTeads'
```2. Run `pod install --repo-update` to install the adapter in your project.
3. Follow the [Define Custom Event](https://support.teads.tv/support/solutions/articles/36000166678-admob-google-ad-manager-ios#defining_a_custom_event) step to finish the integration.
4. You’re done.#### Manually
1. Integrate latest version of Teads SDK to your project using this [Quick Start Guide](https://support.teads.tv/support/solutions/articles/36000165909-ios).
2. Download latest release of [`TeadsAdMobAdapter`](https://github.com/teads/TeadsSDK-iOS/releases).
3. Drop adapter files in your iOS project.
4. Follow the [Define Custom Event](https://support.teads.tv/support/solutions/articles/36000166678-admob-google-ad-manager-ios#defining_a_custom_event) step to finish the integration.
5. You’re done.## Integration Documentation
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000166678-admob-google-ad-manager-ios).
## Changelog
See [CHANGELOG](CHANGELOG.md).