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
Copy file name to clipboardExpand all lines: prebid-mobile/updates-3.0/ios/api-changes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page_v2
3
-
title: Prebid Mobile 3.0 Updates
4
-
description: Prebid Mobile 3.0 Updates
3
+
title: Prebid Mobile 3.0 API Changes
4
+
description: Prebid Mobile 3.0 API Changes
5
5
pid: 1
6
6
top_nav_section: prebid-mobile
7
7
nav_section: prebid-mobile-ios
@@ -17,7 +17,7 @@ table th:nth-of-type(2) {
17
17
}
18
18
</style>
19
19
20
-
# Prebid Mobile 3.0
20
+
# Prebid Mobile 3.0 API Changes
21
21
{:.no_toc}
22
22
23
23
This page provides a detailed list of removed APIs in PrebidMobile SDK 3.0, along with their corresponding recommended replacements.
@@ -237,7 +237,7 @@ PrebidMobile 3.0 introduces significant changes and removes several deprecated f
237
237
### Other SDK Changes
238
238
239
239
-`imp[].ext.data.adslot` is no longer sent in the request;
240
-
- Removed `VideoAdUnit`, alternative - `BannerAdUnit` with video ad format;
241
-
- Removed `VideoInterstitialAdUnit`, alternative - `InterstitialAdUnit` with video ad format;
240
+
- Removed `VideoAdUnit`, alternative - [BannerAdUnit](https://docs.prebid.org/prebid-mobile-ios/Classes/BannerAdUnit.html) with video ad format;
241
+
- Removed `VideoInterstitialAdUnit`, alternative - [InterstitialAdUnit](https://docs.prebid.org/prebid-mobile-ios/Classes/InterstitialAdUnit.html) with video ad format;
242
242
- Removed `PrebidHost` without replacement;
243
243
- Removed `PrebidAdMobRewardedVideoAdapter`, alternative - `PrebidAdMobRewardedAdapter`.
0 commit comments