From 45c30cbad93304cc9f76ce321c9c83ed15739013 Mon Sep 17 00:00:00 2001 From: Sergey Derbush Date: Sat, 26 Feb 2022 04:07:11 +0600 Subject: [PATCH 1/3] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf538b48f..220a991d03 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This repository contains the source files for the Prebid.js documentation site at [Prebid.org](https://prebid.org). +zThis repository contains the source files for the Prebid.js documentation site at [Prebid.org](https://prebid.org). Please see the sections below for more information. From 243c1d90df9f4731d5a41fdc0503a4bbcf66fb43 Mon Sep 17 00:00:00 2001 From: Ilya Stalmahov Date: Thu, 23 Jun 2022 11:44:32 +0300 Subject: [PATCH 2/3] feat: added video placement param --- dev-docs/bidders/insticator.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-docs/bidders/insticator.md b/dev-docs/bidders/insticator.md index c1ab58e61d..06568fb78c 100644 --- a/dev-docs/bidders/insticator.md +++ b/dev-docs/bidders/insticator.md @@ -31,3 +31,5 @@ gvl_id: 910 | `video.mimes` | required | Video MIME types | `['video/mp4','video/x-flv']` | | `video.w` | recommended | Width of the video player in device independent pixels (DIPS). | `300` | | `video.h` | recommended | Height of the video player in device independent pixels (DIPS). | `250` | +| `video.placement` | recommended | Video placement type | `2` | + \ No newline at end of file From 2d0eeb3a2808d5ad701e36162eb0546e236eadb8 Mon Sep 17 00:00:00 2001 From: Ilya Stalmahov Date: Thu, 23 Jun 2022 11:47:34 +0300 Subject: [PATCH 3/3] fix readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dee2bafcf..86b59bade2 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -zThis repository contains the source files for the Prebid.js documentation site at [Prebid.org](https://prebid.org). +This repository contains the source files for the Prebid.js documentation site at [Prebid.org](https://prebid.org). Please see the sections below for more information: