From 7a0ee796f3ef7973df79b9079fb023b8909c1944 Mon Sep 17 00:00:00 2001 From: TheMediaGrid Date: Tue, 16 Oct 2018 19:38:32 +0300 Subject: [PATCH 1/7] Added doc file for Grid Bid Adapter --- dev-docs/bidders/grid.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 dev-docs/bidders/grid.md diff --git a/dev-docs/bidders/grid.md b/dev-docs/bidders/grid.md new file mode 100755 index 0000000000..e9dc7e3bd9 --- /dev/null +++ b/dev-docs/bidders/grid.md @@ -0,0 +1,21 @@ +--- +layout: bidder +title: Grid +description: Prebid Grid Bidder Adaptor +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: grid +biddercode_longer_than_12: false +prebid_1_0_supported : true +gdpr_supported: true +--- + + +### bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|-------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-----------| +| `uid` | required | Represents the Grid bidder system Ad Slot ID associated with the respective div id from the site page. | `1` | `integer` | +| `priceType` | optional | Can take the values `gross` or `net`, default value is `net`. Net represents the header bid price with the Grid header bidder margin already extracted. Gross price does contain the Grid bidder margin within. | `'gross'` | `string` | From 5907cff418de7fa3df5a5a117a059025f7291cbe Mon Sep 17 00:00:00 2001 From: TheMediaGrid Date: Fri, 19 Oct 2018 17:44:24 +0300 Subject: [PATCH 2/7] update doc for TheMediaGrid Bid Adapter --- dev-docs/bidders/grid.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/grid.md b/dev-docs/bidders/grid.md index e9dc7e3bd9..1905918d11 100755 --- a/dev-docs/bidders/grid.md +++ b/dev-docs/bidders/grid.md @@ -1,7 +1,7 @@ --- layout: bidder -title: Grid -description: Prebid Grid Bidder Adaptor +title: TheMediaGrid +description: Prebid TheMediaGrid Bidder Adaptor top_nav_section: dev_docs nav_section: reference hide: true @@ -15,7 +15,6 @@ gdpr_supported: true ### bid params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|-------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-----------| -| `uid` | required | Represents the Grid bidder system Ad Slot ID associated with the respective div id from the site page. | `1` | `integer` | -| `priceType` | optional | Can take the values `gross` or `net`, default value is `net`. Net represents the header bid price with the Grid header bidder margin already extracted. Gross price does contain the Grid bidder margin within. | `'gross'` | `string` | +| Name | Scope | Description | Example | Type | +|-------------|----------|----------------------------------------------------------------------------------------------------------------|-----------|-----------| +| `uid` | required | Represents the MediaGrid bidder system Ad Slot ID associated with the respective div id from the site page. | `1` | `integer` | \ No newline at end of file From 7e9154d0ef0faa5fdf3e345c196457929e3815da Mon Sep 17 00:00:00 2001 From: TheMediaGrid Date: Tue, 12 Feb 2019 14:29:42 +0300 Subject: [PATCH 3/7] Added video support in Grid doc file --- dev-docs/bidders/grid.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/grid.md b/dev-docs/bidders/grid.md index 1905918d11..b5d2867dce 100755 --- a/dev-docs/bidders/grid.md +++ b/dev-docs/bidders/grid.md @@ -8,6 +8,7 @@ hide: true biddercode: grid biddercode_longer_than_12: false prebid_1_0_supported : true +media_types: banner, video gdpr_supported: true --- From 5c499fa221a83d72818820711911c9737817916b Mon Sep 17 00:00:00 2001 From: bretg Date: Sat, 2 Mar 2019 13:24:45 -0500 Subject: [PATCH 4/7] removing unnecessary front matter --- dev-docs/bidders/grid.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-docs/bidders/grid.md b/dev-docs/bidders/grid.md index b5d2867dce..db6b459ac6 100755 --- a/dev-docs/bidders/grid.md +++ b/dev-docs/bidders/grid.md @@ -2,12 +2,9 @@ layout: bidder title: TheMediaGrid description: Prebid TheMediaGrid Bidder Adaptor -top_nav_section: dev_docs -nav_section: reference hide: true biddercode: grid biddercode_longer_than_12: false -prebid_1_0_supported : true media_types: banner, video gdpr_supported: true --- @@ -18,4 +15,4 @@ gdpr_supported: true {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |-------------|----------|----------------------------------------------------------------------------------------------------------------|-----------|-----------| -| `uid` | required | Represents the MediaGrid bidder system Ad Slot ID associated with the respective div id from the site page. | `1` | `integer` | \ No newline at end of file +| `uid` | required | Represents the MediaGrid bidder system Ad Slot ID associated with the respective div id from the site page. | `1` | `integer` | From 797a980b68c83f562f83984a4da6f3d7662fb499 Mon Sep 17 00:00:00 2001 From: TheMediaGrid Date: Mon, 16 Dec 2019 18:08:25 +0300 Subject: [PATCH 5/7] Update doc file for TheMediaGrid Bid Adapter --- dev-docs/bidders/grid.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/grid.md b/dev-docs/bidders/grid.md index cec2d7cc28..e60d96bd0c 100755 --- a/dev-docs/bidders/grid.md +++ b/dev-docs/bidders/grid.md @@ -6,6 +6,7 @@ hide: true biddercode: grid media_types: banner, video gdpr_supported: true +usp_supported: true --- From 2993302a50d7c237d265ab6aa0a93877c2220231 Mon Sep 17 00:00:00 2001 From: TheMediaGrid Date: Tue, 17 Mar 2020 16:40:15 +0300 Subject: [PATCH 6/7] Added doc file for TheMediaGridNM Bid Adapter --- dev-docs/bidders/gridNM.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 dev-docs/bidders/gridNM.md diff --git a/dev-docs/bidders/gridNM.md b/dev-docs/bidders/gridNM.md new file mode 100755 index 0000000000..8d0d63c955 --- /dev/null +++ b/dev-docs/bidders/gridNM.md @@ -0,0 +1,36 @@ +--- +layout: bidder +title: TheMediaGridNM +description: Prebid TheMediaGridNM Bidder Adapter +hide: true +biddercode: gridNM +media_types: video +gdpr_supported: true +usp_supported: true +--- + + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|------------------------|----------|------------------------------------------------------------------------------------------------------------------------|-----------------------------------|-----------------| +| `secid` | required | section id, will be used by JW Player to pass their info | `'11'` | `string` | +| `pubid` | required | publisher id, will be used by JW Player to pass their info | `'22'` | `string` | +| `source` | required | source of traffic, in JW Player case should be 'jwp' | `'jw_player'` | `string` | +| `pubdata` | optional | publisher data, will be used by JW Player to pass their info | `{"jwpseg" : ["1111", "2222"]})` | `object` | +| `floorcpm` | optional | floor cpm | `0.56` | `float` | +| `video` | required | video parameters which should be passed for no-mapping approach | | `object` | +| `video.mimes` | required | Content MIME types supported | `['video/mp4', 'video/x-ms-wmv']` | `string array` | +| `video.mind` | optional | Minimum video ad duration in seconds. | `1` | `integer` | +| `video.maxd` | optional | Maximum video ad duration in seconds | `60` | `int` | +| `video.protocols` | required | Array of supported video protocols | `[1,2,3,4,5,6]` | `integer array` | +| `video.size` | optional | player size wxh | `'300x250'` | `string` | +| `video.linearity` | optional | Indicates if the impression must be linear, nonlinear, etc. | `1` | `int` | +| `video.skip` | optional | Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes. | `0` | `int` | +| `video.skipmin` | optional | Videos of total duration greater than this number of seconds can be skippable; only applicable if the ad is skippable. | `0` | `int` | +| `video.skipafter` | optional | Number of seconds a video must play before skipping is enabled; only applicable if the ad is skippable. | `0` | `int` | +| `video.api` | optional | List of supported API frameworks for this impression | `[1,2,3,4,5,6]` | `integer array` | +| `video.startdelay` | optional | Indicates the start delay in seconds | `0` | `int` | +| `video.placement` | optional | Placement type for the impression. | `1` | `int` | +| `video.playbackmethod` | optional | Playback methods that may be in use | `[1]` | `integer array` | \ No newline at end of file From 780146810ec8368a83af42572da556980be0c127 Mon Sep 17 00:00:00 2001 From: TheMediaGrid Date: Tue, 9 Jun 2020 18:33:29 +0300 Subject: [PATCH 7/7] Update doc file for TheMediaGrid Bid Adapter --- dev-docs/bidders/grid.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/grid.md b/dev-docs/bidders/grid.md index e60d96bd0c..e7feb8725d 100755 --- a/dev-docs/bidders/grid.md +++ b/dev-docs/bidders/grid.md @@ -13,6 +13,7 @@ usp_supported: true ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|-------------|----------|----------------------------------------------------------------------------------------------------------------|-----------|-----------| -| `uid` | required | Represents the MediaGrid bidder system Ad Slot ID associated with the respective div id from the site page. | `1` | `integer` | +| Name | Scope | Description | Example | Type | +|-------------|----------|----------------------------------------------------------------------------------------------------------------|-------------------------------------------|-----------| +| `uid` | required | Represents the MediaGrid bidder system Ad Slot ID associated with the respective div id from the site page. | `1` | `integer` | +| `keywords` | optional | A set of key-value pairs applied to all ad slots on the page. Values can be empty. | `keywords: { topic: ['stress', 'fear'] }` | `object` |