Skip to content

Commit d8b5d7e

Browse files
docs: small improvement
1 parent f18c1d6 commit d8b5d7e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

_data/sidebar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@
832832
subgroup: 2
833833

834834
- sbSecId: 2
835-
title: Prebid Mobile 3.0 API changes
835+
title: Prebid Mobile 3.0 API Changes
836836
link: /prebid-mobile/updates-3.0/ios/api-changes.html
837837
isHeader: 0
838838
isSectionHeader: 0
@@ -937,7 +937,7 @@
937937
subgroup: 3
938938

939939
- sbSecId: 2
940-
title: Prebid Mobile 3.0 API changes
940+
title: Prebid Mobile 3.0 API Changes
941941
link: /prebid-mobile/updates-3.0/android/api-changes.html
942942
isHeader: 0
943943
isSectionHeader: 0

prebid-mobile/updates-3.0/android/api-changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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
55
pid: 1
66
top_nav_section: prebid-mobile
77
nav_section: prebid-mobile-android
@@ -17,7 +17,7 @@ table th:nth-of-type(2) {
1717
}
1818
</style>
1919

20-
# Prebid Mobile 3.0
20+
# Prebid Mobile 3.0 API Changes
2121

2222
{:.no_toc}
2323

prebid-mobile/updates-3.0/ios/api-changes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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
55
pid: 1
66
top_nav_section: prebid-mobile
77
nav_section: prebid-mobile-ios
@@ -17,7 +17,7 @@ table th:nth-of-type(2) {
1717
}
1818
</style>
1919

20-
# Prebid Mobile 3.0
20+
# Prebid Mobile 3.0 API Changes
2121
{:.no_toc}
2222

2323
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
237237
### Other SDK Changes
238238

239239
- `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;
242242
- Removed `PrebidHost` without replacement;
243243
- Removed `PrebidAdMobRewardedVideoAdapter`, alternative - `PrebidAdMobRewardedAdapter`.

0 commit comments

Comments
 (0)