You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before installing Teads adapter, you need to implement [Google Mobile Ads](https://developers.google.com/admob/ios/quick-start) in your application.
21
+
22
+
#### CocoaPods
23
+
24
+
If your project is managing dependencies through [CocoaPods](https://cocoapods.org/), you just need to add this pod in your `Podfile`.
25
+
26
+
It will install Teads adapter and Teads SDK.
27
+
28
+
1. Add pod named `TeadsAdMobAdapter` in your Podfile:
29
+
30
+
```ruby
31
+
platform :ios, '10.0'
32
+
pod 'TeadsAdMobAdapter', '~> 5.0'
33
+
```
34
+
35
+
2. Run `pod install --repo-update` to install the adapter in your project.
36
+
3. Follow the [Define Custom Event](https://support.teads.tv/support/solutions/articles/36000314767-inread-google-ad-manager-and-admob-mediation#defining_a_custom_event) step to finish the integration.
37
+
4. You’re done.
38
+
39
+
## Integration Documentation
40
+
41
+
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000314767-inread-google-ad-manager-and-admob-mediation).
Before installing Teads adapter, you need to implement [MoPub Ads](https://developers.mopub.com/docs/ios/) in your application.
21
+
22
+
#### CocoaPods
23
+
24
+
If your project is managing dependencies through [CocoaPods](https://cocoapods.org/), you just need to add this pod in your `Podfile`.
25
+
26
+
It will install Teads adapter and Teads SDK.
27
+
28
+
1. Add pod named `TeadsMoPubAdapter` in your Podfile:
29
+
30
+
```ruby
31
+
platform :ios, '10.0'
32
+
pod 'TeadsMoPubAdapter', '~> 5.0'
33
+
```
34
+
35
+
2. Run `pod install --repo-update` to install the adapter in your project.
36
+
3. Follow the [Define Custom Event](https://support.teads.tv/support/solutions/articles/36000314769-inread-twitter-mopub-mediation#defining_a_custom_event) step to finish the integration.
37
+
4. You’re done.
38
+
39
+
40
+
## Integration Documentation
41
+
42
+
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000314769-inread-twitter-mopub-mediation).
Before installing Teads adapter, you need to implement [Smart Ads Server ](https://documentation.smartadserver.com/displaySDK/ios/gettingstarted.html) in your application.
20
+
21
+
#### CocoaPods
22
+
23
+
If your project is managing dependencies through [CocoaPods](https://cocoapods.org/), you just need to add this pod in your `Podfile`.
24
+
25
+
It will install Teads adapter and Teads SDK.
26
+
27
+
1. Add pod named `TeadsSASAdapter` in your Podfile:
28
+
29
+
```ruby
30
+
platform :ios, '10.0'
31
+
pod 'TeadsSASAdapter', '~> 5.0'
32
+
```
33
+
34
+
2. Run `pod install --repo-update` to install the adapter in your project.
35
+
3. Follow the [Define Custom Event](https://support.teads.tv/support/solutions/articles/36000314771-smart-adserver-mediation#defining_a_custom_event) step to finish the integration.
36
+
4. You’re done.
37
+
38
+
39
+
## Integration Documentation
40
+
41
+
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000314771-smart-adserver-mediation).
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,11 @@ Integration instructions are available on [Teads SDK Documentation](https://supp
61
61
## Migrating from v4 to v5
62
62
TeadsSDK v5 introduces some changes regarding v4, see [Migration Documentation](https://support.teads.tv/support/solutions/articles/36000314772-migrating-from-v4-to-v5)
0 commit comments