Skip to content

Commit 4889951

Browse files
authored
docs: fix typos (prebid#6090)
1 parent f6b8d9f commit 4889951

10 files changed

Lines changed: 30 additions & 24 deletions

File tree

adops/mobile-rendering-max-line-item-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Create or choose an existing Ad Unit. Go the the `Custom Networks & Deals` secti
3737

3838
<img src="/assets/images/prebid-mobile/modules/rendering/max-ad-unit-setup.png" alt="Pipeline Screenshot" align="center">
3939

40-
Make sure that the `Custom Parameters` field contains expecting targetting keywords of the winning bid:
40+
Make sure that the `Custom Parameters` field contains the expected targeting keywords of the winning bid:
4141

4242
```json
4343
{"hb_pb":"0.10"}

dev-docs/bidders/deepintent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ var adUnits = [
8888
Deepintent supports video as of Prebid v1.16.0
8989

9090
{: .table .table-bordered .table-striped }
91+
9192
| Name | Scope | Description | Example |
9293
| :----------------------| :------- | :---------------------------------------------------------- | :------ |
9394
| `video.mimes` | required | Video MIME types | `['video/mp4','video/x-flv']` |
@@ -101,7 +102,7 @@ Deepintent supports video as of Prebid v1.16.0
101102
| `video.battr` | optional | Blocked creative attributes, See [OpenRTB 2.5 specification](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf), List 5.3 for values | `[3, 9]` |
102103
| `video.linearity` | optional | Indicates if the impression is linear or nonlinear<br/>Values:<br/>`1`: Linear/In-Stream<br/>`2`: Non-Linear/Overlay. | `1` |
103104
| `video.placement` | optional | Video placement type. See [OpenRTB 2.5 specification](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf), List 5.9 for Values | `1` |
104-
| `video.minbitrate` | optional | Minumim bit rate in Kbps. | 50 |
105+
| `video.minbitrate` | optional | Minimum bit rate in Kbps. | 50 |
105106
| `video.maxbitrate` | optional | Maximum bit rate in Kbps. | 70 |
106107

107108
### AdUnit Format for Video

dev-docs/bidders/pubmatic.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ endpoint_compression: true
3232
### Bid Params
3333

3434
{: .table .table-bordered .table-striped }
35+
3536
| Name | Scope | Description | Example | Type |
3637
|---------------|----------|--------------------|------------------------------|----------|
3738
| `publisherId` | required | Publisher ID | `'32572'` | `string` |
@@ -74,6 +75,7 @@ Note: Combine the above the configuration with any other UserSync configuration.
7475
The adSlot parameter supports two different formats:
7576

7677
{: .table .table-bordered .table-striped }
78+
7779
| Format | Example |
7880
|----------------|----------------------|
7981
| Without Size | `'38519891'` |
@@ -86,6 +88,7 @@ adSlot parameter is optional. To omit the adSlot parameter, your publisher acco
8688
The PubMatic adapter supports video as of Prebid v1.16.0
8789

8890
{: .table .table-bordered .table-striped }
91+
8992
| Name | Scope | Description | Example |
9093
| :----------------------| :------- | :---------------------------------------------------------- | :------ |
9194
| `video.mimes` | required | Video MIME types | `['video/mp4','video/x-flv']` |
@@ -100,7 +103,7 @@ The PubMatic adapter supports video as of Prebid v1.16.0
100103
| `video.linearity` | optional | Indicates if the impression is linear or nonlinear<br/>Values:<br/>`1`: Linear/In-Stream<br/>`2`: Non-Linear/Overlay. | `1` |
101104
| `video.placement` | optional | Video placement type. See [OpenRTB 2.5 specification](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf), List 5.9 for Values | `1` |
102105
| `video.plcmt` | optional | Video placement type. See [OpenRTB 2.6 specification - github](https://github.com/InteractiveAdvertisingBureau/openrtb2.x/blob/develop/2.6.md#327---object-video-), For values [plcmt subtypes](https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/develop/AdCOM%20v1.0%20FINAL.md#list_plcmtsubtypesvideo) | `1` |
103-
| `video.minbitrate` | optional | Minumim bit rate in Kbps. | 50 |
106+
| `video.minbitrate` | optional | Minimum bit rate in Kbps. | 50 |
104107
| `video.maxbitrate` | optional | Maximum bit rate in Kbps. | 70 |
105108

106109
### AdUnit Format for Video

dev-docs/bidders/pwbid.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The PubWise bid adapter is now availalbe self service. Visit <http://www.PubWise
2727
siteID is sufficient for bidding.
2828

2929
{: .table .table-bordered .table-striped }
30+
3031
| Name | Scope | Description | Example | Type |
3132
|--------------|----------|---------------------------------------------------------------------------------------------------|--------------------------|-----------|
3233
| `siteId` | required | The site ID provided by the PubWise system | `'XXXXXX'` | `string` |
@@ -38,6 +39,7 @@ siteID is sufficient for bidding.
3839
The PubWise adapter supports video as of Prebid v7.39.0. Outstream is NOT supported currently.
3940

4041
{: .table .table-bordered .table-striped }
42+
4143
| Name | Scope | Description | Example |
4244
| :----------------------| :------- | :---------------------------------------------------------- | :------ |
4345
| `video.mimes` | required | Video MIME types | `['video/mp4','video/x-flv']` |
@@ -51,7 +53,7 @@ The PubWise adapter supports video as of Prebid v7.39.0. Outstream is NOT suppor
5153
| `video.battr` | optional | Blocked creative attributes, See [OpenRTB 2.5 specification](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf), List 5.3 for values | `[3, 9]` |
5254
| `video.linearity` | optional | Indicates if the impression is linear or nonlinear<br/>Values:<br/>`1`: Linear/In-Stream<br/>`2`: Non-Linear/Overlay. | `1` |
5355
| `video.placement` | optional | Video placement type. See [OpenRTB 2.5 specification](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf), List 5.9 for Values | `1` |
54-
| `video.minbitrate` | optional | Minumim bit rate in Kbps. | 50 |
56+
| `video.minbitrate` | optional | Minimum bit rate in Kbps. | 50 |
5557
| `video.maxbitrate` | optional | Maximum bit rate in Kbps. | 70 |
5658

5759
### Example

dev-docs/modules/floors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ You **cannot** set the `floorMin` parameter without specifying a `data` object.
369369
| data.floorProvider | string | Optional atribute (as of prebid version 4.2) used to signal to the Floor Provider's Analytics adapter their floors are being applied. They can opt to log only floors that are applied when they are the provider. If floorProvider is supplied in both the top level of the floors object and within the data object, the data object's configuration shall prevail.| - |
370370
| data.currency | string | Currency of floor data. Floor Module will convert currency where necessary. See Currency section for more details. | 'USD' |
371371
| data.skipRate | integer | skipRate is a random function whose input value is any integer 0 through 100 to determine when to skip all floor logic, where 0 is always use floor data and 100 is always skip floor data. The use case is for publishers or floor providers to learn bid behavior when floors are applied or skipped. Analytics adapters will have access to model version (if defined) when skipped is true to signal the Price Floors Module is in floors mode. If skipRate is supplied in both the root level of the floors object and within the data object, the skipRate configuration within the data object shall prevail. | 0 |
372-
| data.floorsSchemaVersion | integer | The module supports two versions of the data schema. Version 1 allows for only one model to be applied in a given data set, whereas Version 2 allows you to sample multiple models selected by supplied weights. If no schema version is provided, the module will assume version 1 for the sake of backwards compatiblity. For schema version 2 see the next section. | 1 |
372+
| data.floorsSchemaVersion | integer | The module supports two versions of the data schema. Version 1 allows for only one model to be applied in a given data set, whereas Version 2 allows you to sample multiple models selected by supplied weights. If no schema version is provided, the module will assume version 1 for the sake of backwards compatibility. For schema version 2 see the next section. | 1 |
373373
| data.modelVersion | string | Used by floor providers to train on model version performance. The expectation is a floor provider’s analytics adapter will pass the model verson back for algorithm training. | - |
374374
| data.modelTimestamp | integer | Epoch timestamp associated with modelVersion. Can be used to track model creation of floor file for post auction analysis.| - |
375375
| data.schema | object |allows for flexible definition of how floor data is formatted. | - |
@@ -436,7 +436,7 @@ You **cannot** set the `floorMin` parameter without specifying a `data` object.
436436
| data.currency | string | Currency of floor data. The module will convert currency where necessary. See Currency section for more details. | 'USD' |
437437
| data.skipRate | integer | skipRate is a random function whose input value is any integer 0 through 100 to determine when to skip all floor logic, where 0 is always use floor data and 100 is always skip floor data. The use case is for publishers or floor providers to learn bid behavior when floors are applied or skipped. Analytics adapters will have access to model version (if defined) when skipped is true to signal the module is in floors mode. If skipRate is supplied in both the root level of the floors object and within the data object, the skipRate configuration within the data object shall prevail.| 0 |
438438
| data.useFetchDataRate | integer | (PBS-Go 2.6+) useFetchDataRate is a random function whose input value is any integer 0 through 100 to determine when to skip dynamic floor data and fall back to static floor data. 0 means always use static floor data and 100 means always use dynamic floor data. The use case is for publishers or floor providers to confirm how dynamic floors data compares to static floors data. Analytics adapters will have access to the location of the actual floors data used, either "request" or "fetch". | 100 |
439-
| data.floorsSchemaVersion | integer | The module supports two version of the data schema. Version 1 allows for only one model to be applied in a given data set, whereas Version 2 allows you to sample multiple models selected by supplied weights. If no schema version is provided, the module will assume version 1 for the sake of backwards compatiblity.| 1 |
439+
| data.floorsSchemaVersion | integer | The module supports two versions of the data schema. Version 1 allows for only one model to be applied in a given data set, whereas Version 2 allows you to sample multiple models selected by supplied weights. If no schema version is provided, the module will assume version 1 for the sake of backwards compatibility.| 1 |
440440
| data.modelTimestamp | int | Epoch timestamp associated with modelVersion. Can be used to track model creation of floor file for post auction analysis.| - |
441441
| data.noFloorSignalBidders | array of strings | (PBJS 8.31+, PBS-Java 3.4+) This is an array of bidders for which to avoid sending floors. This is useful for bidders where the publishers has established different floor rules in their systems. The value can be `["*"]`. | - |
442442
| data.modelGroups | array of objects | Array of model objects to be used for A/B sampling multiple models. This field is only used when data.floorsSchemaVersion = 2 | - |

guide/pb-guide-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ For example, if you had content such as "The adpod unit is only available for lo
134134

135135
{% include alerts/alert_note.html content="The adpod unit is only available for long-form video." %}
136136

137-
Use the Liquid `capture` command when you are creating an alert that is very long or contains HTML formating.
137+
Use the Liquid `capture` command when you are creating an alert that is very long or contains HTML formatting.

prebid-mobile/modules/rendering/android-sdk-integration-admob.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This step is the same as for the original [AdMob integration](https://developers
8585
#### Step 2: Create AdMobMediationBannerUtils
8686
{:.no_toc}
8787

88-
The `AdMobBannerMediationUtils` is a helper class, which performs certain utilty work for the `MediationBannerAdUnit`, like passing the targeting keywords to the adapters and checking the visibility of the ad view.
88+
The `AdMobBannerMediationUtils` is a helper class, which performs certain utility work for the `MediationBannerAdUnit`, like passing the targeting keywords to the adapters and checking the visibility of the ad view.
8989

9090
#### Step 3: Create MediationBannerAdUnit
9191
{:.no_toc}
@@ -153,7 +153,7 @@ This step is the same as for original [AdMob integration](https://developers.goo
153153
#### Step 2: Create AdMobInterstitialMediationUtils
154154
{:.no_toc}
155155

156-
The `AdMobInterstitialMediationUtils` is a helper class, which performs certain utilty work for the `MediationInterstitialAdUnit`, like passing the targeting keywords to adapters.
156+
The `AdMobInterstitialMediationUtils` is a helper class, which performs certain utility work for the `MediationInterstitialAdUnit`, like passing the targeting keywords to adapters.
157157

158158
#### Step 3: Create MediationInterstitialAdUnit
159159
{:.no_toc}
@@ -240,7 +240,7 @@ This step is the same as for the original [AdMob integration](https://developers
240240
##### Step 2: Create AdMobRewardedMediationUtils
241241
{:.no_toc}
242242

243-
The `AdMobRewardedMediationUtils` is a helper class, which performs certain utilty work for the `MediationInterstitialAdUnit`, like passing the targeting keywords to adapters.
243+
The `AdMobRewardedMediationUtils` is a helper class, which performs certain utility work for the `MediationInterstitialAdUnit`, like passing the targeting keywords to adapters.
244244

245245
##### Step 3: Create MediationRewardedVideoAdUnit
246246
{:.no_toc}

prebid-mobile/modules/rendering/android-sdk-integration-max.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This step is totally the same as for original [MAX integration](https://dash.app
7474
#### Step 2: Create MaxMediationBannerUtils
7575
{:.no_toc}
7676

77-
The `MaxMediationBannerUtils` is a helper class, which performs certain utilty work for the `MediationBannerAdUnit`, like passing the targeting keywords to the adapters and checking the visibility of the ad view.
77+
The `MaxMediationBannerUtils` is a helper class, which performs certain utility work for the `MediationBannerAdUnit`, like passing the targeting keywords to the adapters and checking the visibility of the ad view.
7878

7979
#### Step 3: Create MediationBannerAdUnit
8080
{:.no_toc}
@@ -139,7 +139,7 @@ This step is totally the same as for original [MAX integration](https://dash.app
139139
#### Step 2: Create MaxMediationInterstitialUtils
140140
{:.no_toc}
141141

142-
The `MaxMediationInterstitialUtils` is a helper class, which performs certain utilty work for the `MediationInterstitialAdUnit`, like passing the targeting keywords to the adapters and checking the visibility of the ad view.
142+
The `MaxMediationInterstitialUtils` is a helper class, which performs certain utility work for the `MediationInterstitialAdUnit`, like passing the targeting keywords to the adapters and checking the visibility of the ad view.
143143

144144
#### Step 3: Create MediationInterstitialAdUnit
145145
{:.no_toc}
@@ -202,7 +202,7 @@ This step is totally the same as for original [MAX integration](https://dash.app
202202
##### Step 2: Create MaxMediationRewardedUtils
203203
{:.no_toc}
204204

205-
The `MaxMediationRewardedUtils` is a helper class, which performs certain utilty work for the `MediationRewardedVideoAdUnit`, like passing the targeting keywords to the adapters.
205+
The `MaxMediationRewardedUtils` is a helper class, which performs certain utility work for the `MediationRewardedVideoAdUnit`, like passing the targeting keywords to the adapters.
206206

207207
##### Step 3: Create MediationRewardedVideoAdUnit
208208
{:.no_toc}
@@ -262,7 +262,7 @@ Prepare the `MaxNativeAdLoader` object before you make a bid request. It will be
262262
#### Step 2: Create and configure NativeAdUnit
263263
{:.no_toc}
264264

265-
The `NativeAdUnit` class is responsible for making a bid request and providing a winning bid and targeting keywords. Fot the better targetting you should provide additional properties like `conteaxtType` and `placemantType`.
265+
The `NativeAdUnit` class is responsible for making a bid request and providing a winning bid and targeting keywords. For better targeting you should provide additional properties like `contextType` and `placementType`.
266266

267267
#### Step 3: Set up assets for bid request
268268
{:.no_toc}

prebid-mobile/modules/rendering/ios-sdk-integration-admob.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This step is the same as for the original [AdMob integration](https://developers
105105
#### Step 2: Create AdMobMediationBannerUtils
106106
{:.no_toc}
107107

108-
The `AdMobMediationBannerUtils` is a helper class, which performs certain utilty work for the `MediationBannerAdUnit`, such as passing the targeting keywords to the adapters and checking the visibility of the ad view.
108+
The `AdMobMediationBannerUtils` is a helper class, which performs certain utility work for the `MediationBannerAdUnit`, such as passing the targeting keywords to the adapters and checking the visibility of the ad view.
109109

110110
#### Step 3: Create MediationBannerAdUnit
111111
{:.no_toc}
@@ -213,7 +213,7 @@ This step is the same as for the original [AdMob integration](https://developers
213213
#### Step 2: Create AdMobMediationInterstitialUtils
214214
{:.no_toc}
215215

216-
The `AdMobMediationInterstitialUtils` is a helper class, which performs certain utilty work for the `MediationInterstitialAdUnit`, such as passing the targeting keywords to adapters and checking the visibility of the ad view.
216+
The `AdMobMediationInterstitialUtils` is a helper class, which performs certain utility work for the `MediationInterstitialAdUnit`, such as passing the targeting keywords to adapters and checking the visibility of the ad view.
217217

218218
#### Step 3: Create MediationInterstitialAdUnit
219219
{:.no_toc}
@@ -328,7 +328,7 @@ This step is the same as for the original [AdMob integration](https://developers
328328
#### Step 2: Create MediationRewardedAdUnit
329329
{:.no_toc}
330330

331-
The `AdMobMediationRewardedUtils` is a helper class, which performs certain utilty work for the `MediationRewardedAdUnit`, like passing the targeting keywords to the adapters.
331+
The `AdMobMediationRewardedUtils` is a helper class, which performs certain utility work for the `MediationRewardedAdUnit`, like passing the targeting keywords to the adapters.
332332

333333
#### Step 3: Create MediationInterstitialAdUnit
334334
{:.no_toc}
@@ -442,12 +442,12 @@ Prepare the `Request` object before you make a bid request. It will be needed fo
442442
#### Step 2: Create AdMobMediationNativeUtils
443443
{:.no_toc}
444444

445-
The `AdMobMediationNativeUtils` is a helper class, which performs certain utilty work for `MediationNativeAdUnit`, like passing the targeting keywords to adapters and checking the visibility of the ad view.
445+
The `AdMobMediationNativeUtils` is a helper class, which performs certain utility work for `MediationNativeAdUnit`, like passing the targeting keywords to adapters and checking the visibility of the ad view.
446446

447447
#### Step 3: Create and configure MediationNativeAdUnit
448448
{:.no_toc}
449449

450-
The `MediationNativeAdUnit` is part of the Prebid mediation API. This class is responsible for making a bid request and providing a winning bid and targeting keywords to the adapters. For better targetting you should provide additional properties like `conteaxtType` and `placemantType`.
450+
The `MediationNativeAdUnit` is part of the Prebid mediation API. This class is responsible for making a bid request and providing a winning bid and targeting keywords to the adapters. For better targeting you should provide additional properties like `contextType` and `placementType`.
451451

452452
#### Step 4: Set up assets for bid request
453453
{:.no_toc}

0 commit comments

Comments
 (0)