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
|`video.mimes`| required | Video MIME types |`['video/mp4','video/x-flv']`|
@@ -101,7 +102,7 @@ Deepintent supports video as of Prebid v1.16.0
101
102
|`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]`|
102
103
|`video.linearity`| optional | Indicates if the impression is linear or nonlinear<br/>Values:<br/>`1`: Linear/In-Stream<br/>`2`: Non-Linear/Overlay. |`1`|
103
104
|`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 |
105
106
|`video.maxbitrate`| optional | Maximum bit rate in Kbps. | 70 |
|`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
100
103
|`video.linearity`| optional | Indicates if the impression is linear or nonlinear<br/>Values:<br/>`1`: Linear/In-Stream<br/>`2`: Non-Linear/Overlay. |`1`|
101
104
|`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`|
102
105
|`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 |
104
107
|`video.maxbitrate`| optional | Maximum bit rate in Kbps. | 70 |
|`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
51
53
|`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]`|
52
54
|`video.linearity`| optional | Indicates if the impression is linear or nonlinear<br/>Values:<br/>`1`: Linear/In-Stream<br/>`2`: Non-Linear/Overlay. |`1`|
53
55
|`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 |
55
57
|`video.maxbitrate`| optional | Maximum bit rate in Kbps. | 70 |
Copy file name to clipboardExpand all lines: dev-docs/modules/floors.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -369,7 +369,7 @@ You **cannot** set the `floorMin` parameter without specifying a `data` object.
369
369
| 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.| - |
370
370
| data.currency | string | Currency of floor data. Floor Module will convert currency where necessary. See Currency section for more details. | 'USD' |
371
371
| 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 |
373
373
| 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. | - |
374
374
| data.modelTimestamp | integer | Epoch timestamp associated with modelVersion. Can be used to track model creation of floor file for post auction analysis.| - |
375
375
| 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.
436
436
| data.currency | string | Currency of floor data. The module will convert currency where necessary. See Currency section for more details. | 'USD' |
437
437
| 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 |
438
438
| 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 |
440
440
| data.modelTimestamp | int | Epoch timestamp associated with modelVersion. Can be used to track model creation of floor file for post auction analysis.| - |
441
441
| 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 `["*"]`. | - |
442
442
| 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 | - |
Copy file name to clipboardExpand all lines: prebid-mobile/modules/rendering/android-sdk-integration-admob.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ This step is the same as for the original [AdMob integration](https://developers
85
85
#### Step 2: Create AdMobMediationBannerUtils
86
86
{:.no_toc}
87
87
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.
89
89
90
90
#### Step 3: Create MediationBannerAdUnit
91
91
{:.no_toc}
@@ -153,7 +153,7 @@ This step is the same as for original [AdMob integration](https://developers.goo
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.
157
157
158
158
#### Step 3: Create MediationInterstitialAdUnit
159
159
{:.no_toc}
@@ -240,7 +240,7 @@ This step is the same as for the original [AdMob integration](https://developers
240
240
##### Step 2: Create AdMobRewardedMediationUtils
241
241
{:.no_toc}
242
242
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.
Copy file name to clipboardExpand all lines: prebid-mobile/modules/rendering/android-sdk-integration-max.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ This step is totally the same as for original [MAX integration](https://dash.app
74
74
#### Step 2: Create MaxMediationBannerUtils
75
75
{:.no_toc}
76
76
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.
78
78
79
79
#### Step 3: Create MediationBannerAdUnit
80
80
{:.no_toc}
@@ -139,7 +139,7 @@ This step is totally the same as for original [MAX integration](https://dash.app
139
139
#### Step 2: Create MaxMediationInterstitialUtils
140
140
{:.no_toc}
141
141
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.
143
143
144
144
#### Step 3: Create MediationInterstitialAdUnit
145
145
{:.no_toc}
@@ -202,7 +202,7 @@ This step is totally the same as for original [MAX integration](https://dash.app
202
202
##### Step 2: Create MaxMediationRewardedUtils
203
203
{:.no_toc}
204
204
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.
206
206
207
207
##### Step 3: Create MediationRewardedVideoAdUnit
208
208
{:.no_toc}
@@ -262,7 +262,7 @@ Prepare the `MaxNativeAdLoader` object before you make a bid request. It will be
262
262
#### Step 2: Create and configure NativeAdUnit
263
263
{:.no_toc}
264
264
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`.
Copy file name to clipboardExpand all lines: prebid-mobile/modules/rendering/ios-sdk-integration-admob.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
@@ -105,7 +105,7 @@ This step is the same as for the original [AdMob integration](https://developers
105
105
#### Step 2: Create AdMobMediationBannerUtils
106
106
{:.no_toc}
107
107
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.
109
109
110
110
#### Step 3: Create MediationBannerAdUnit
111
111
{:.no_toc}
@@ -213,7 +213,7 @@ This step is the same as for the original [AdMob integration](https://developers
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.
217
217
218
218
#### Step 3: Create MediationInterstitialAdUnit
219
219
{:.no_toc}
@@ -328,7 +328,7 @@ This step is the same as for the original [AdMob integration](https://developers
328
328
#### Step 2: Create MediationRewardedAdUnit
329
329
{:.no_toc}
330
330
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.
332
332
333
333
#### Step 3: Create MediationInterstitialAdUnit
334
334
{:.no_toc}
@@ -442,12 +442,12 @@ Prepare the `Request` object before you make a bid request. It will be needed fo
442
442
#### Step 2: Create AdMobMediationNativeUtils
443
443
{:.no_toc}
444
444
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.
446
446
447
447
#### Step 3: Create and configure MediationNativeAdUnit
448
448
{:.no_toc}
449
449
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`.
0 commit comments