From ae0131d8744b4822c392f012dd5fca64723db938 Mon Sep 17 00:00:00 2001 From: avenkatraman Date: Thu, 27 May 2021 15:56:19 -0400 Subject: [PATCH 1/3] Removing video params (using them from mediaTypes.video instead) --- dev-docs/bidders/pulsepoint.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-docs/bidders/pulsepoint.md b/dev-docs/bidders/pulsepoint.md index d4abcbee16..3e05acbaef 100644 --- a/dev-docs/bidders/pulsepoint.md +++ b/dev-docs/bidders/pulsepoint.md @@ -30,24 +30,3 @@ of this value. See [Issue 6381](https://github.com/prebid/Prebid.js/issues/6381) | `battr` | optional | Blocked Creative Attributes | `[ 1, 2, 5 ]` | `array of integers` | | `badv` | optional | Blocked Advertisers by their domains | `['ford.com', 'pepsi.com']` | `array of strings` | | `bidfloor` | optional | Bid floor price CPM | `1.23` | `float` | -| `video` | required | Required for video requests. OpenRTB Video object. | `{ w: 400, h: 300 }` | `object` | - -### Video parameters -Parameters on the Video object in Bid params for PulsePoint. [OpenRTB 2.5](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf) Video object specification is used. Below are some sample parameters from the OpenRTB Video specs. - - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | -|------------------------|----------|------------------------------------------------------------|-------------------------------| -| `video.mimes` | required | Content MIME types supported | `['video/mp4','video/x-flv']` | -| `video.minduration` | optional | Minimum video ad duration in seconds | `8` | -| `video.maxduration` | optional | Maximum video ad duration in seconds | `20` | -| `video.protocols` | optional | Array of supported video protocols | `[2, 3]` | -| `video.w` | optional | Width of the video player in device independent pixels | `400` | -| `video.h` | optional | Height of the video player in device independent pixels | `300` | -| `video.startdelay` | optional | Start delay in seconds | `5` | -| `video.skip` | optional | Indicates if the player will allow the video to be skipped | `1` | -| `video.minbitrate` | optional | Minumim bit rate in Kbps. | `200` | -| `video.maxbitrate` | optional | Maximum bit rate in Kbps. | `500` | -| `video.api` | optional | List of supported API frameworks for this impression | `[1, 2]` | - From edad7b128d3dd426e14bdd1e146efbd8af247d7b Mon Sep 17 00:00:00 2001 From: avenkatraman Date: Fri, 11 Jun 2021 13:51:32 -0400 Subject: [PATCH 2/3] Revert "Removing video params (using them from mediaTypes.video instead)" This reverts commit ae0131d8744b4822c392f012dd5fca64723db938. --- dev-docs/bidders/pulsepoint.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-docs/bidders/pulsepoint.md b/dev-docs/bidders/pulsepoint.md index 3e05acbaef..d4abcbee16 100644 --- a/dev-docs/bidders/pulsepoint.md +++ b/dev-docs/bidders/pulsepoint.md @@ -30,3 +30,24 @@ of this value. See [Issue 6381](https://github.com/prebid/Prebid.js/issues/6381) | `battr` | optional | Blocked Creative Attributes | `[ 1, 2, 5 ]` | `array of integers` | | `badv` | optional | Blocked Advertisers by their domains | `['ford.com', 'pepsi.com']` | `array of strings` | | `bidfloor` | optional | Bid floor price CPM | `1.23` | `float` | +| `video` | required | Required for video requests. OpenRTB Video object. | `{ w: 400, h: 300 }` | `object` | + +### Video parameters +Parameters on the Video object in Bid params for PulsePoint. [OpenRTB 2.5](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf) Video object specification is used. Below are some sample parameters from the OpenRTB Video specs. + + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +|------------------------|----------|------------------------------------------------------------|-------------------------------| +| `video.mimes` | required | Content MIME types supported | `['video/mp4','video/x-flv']` | +| `video.minduration` | optional | Minimum video ad duration in seconds | `8` | +| `video.maxduration` | optional | Maximum video ad duration in seconds | `20` | +| `video.protocols` | optional | Array of supported video protocols | `[2, 3]` | +| `video.w` | optional | Width of the video player in device independent pixels | `400` | +| `video.h` | optional | Height of the video player in device independent pixels | `300` | +| `video.startdelay` | optional | Start delay in seconds | `5` | +| `video.skip` | optional | Indicates if the player will allow the video to be skipped | `1` | +| `video.minbitrate` | optional | Minumim bit rate in Kbps. | `200` | +| `video.maxbitrate` | optional | Maximum bit rate in Kbps. | `500` | +| `video.api` | optional | List of supported API frameworks for this impression | `[1, 2]` | + From f31b035eaff2615c897644c0f932ced58776d7dc Mon Sep 17 00:00:00 2001 From: avenkatraman Date: Fri, 11 Jun 2021 13:54:02 -0400 Subject: [PATCH 3/3] Updating docs for video params --- dev-docs/bidders/pulsepoint.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/pulsepoint.md b/dev-docs/bidders/pulsepoint.md index d4abcbee16..c394d717f7 100644 --- a/dev-docs/bidders/pulsepoint.md +++ b/dev-docs/bidders/pulsepoint.md @@ -34,6 +34,7 @@ of this value. See [Issue 6381](https://github.com/prebid/Prebid.js/issues/6381) ### Video parameters Parameters on the Video object in Bid params for PulsePoint. [OpenRTB 2.5](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf) Video object specification is used. Below are some sample parameters from the OpenRTB Video specs. +Please use `mediaTypes.video` to specify video params in place of this parameter for PBJS 5.0 and later. {: .table .table-bordered .table-striped }