From c620f72d8f8dbf9d50e9cdeb5d56ade16d538c9b Mon Sep 17 00:00:00 2001 From: Klaas-Jan Boon Date: Tue, 14 Apr 2020 13:18:41 +0200 Subject: [PATCH 1/7] add Blue Billywig bidder adaptor dev docs --- dev-docs/bidders/bluebillywig.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-docs/bidders/bluebillywig.md diff --git a/dev-docs/bidders/bluebillywig.md b/dev-docs/bidders/bluebillywig.md new file mode 100644 index 0000000000..c1331e413b --- /dev/null +++ b/dev-docs/bidders/bluebillywig.md @@ -0,0 +1,24 @@ +--- +layout: bluebillywig +title: Blue Billywig +description: Prebid Blue Billywig Bidder Adaptor +biddercode: bluebillywig +hide: true +media_types: video +gdpr_supported: true +schain_supported: true +coppa_supported: true +usp_supported: true +userIds: britepoolId, criteo, digitrust, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId +--- + +#### Bid Params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | Type | +|-----------|----------|---------------------------|------------|----------| +| `publicationName` | required | The name of your Blue Billywig publication | `"bbprebid"` | `string` | +| `accountId` | required | Your publication ID at Blue Billywig | `642` | `integer` | +| `rendererCode` | required | The name of the renderer to use in your Blue Billywig publication | `"renderer"` | `string` | +| `connections` | required | Back-ends to connect with. For every value in this a param matching the back-end should exist too. | `["bluebillywig"]` | `array` | From e1a2290f2ee552d2dcff8ef42a75e477571937d4 Mon Sep 17 00:00:00 2001 From: Klaas-Jan Boon Date: Fri, 17 Apr 2020 09:18:14 +0200 Subject: [PATCH 2/7] Added unifiedId support to dev-docs/bidders/bluebillywig.md Co-Authored-By: Scott --- dev-docs/bidders/bluebillywig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/bluebillywig.md b/dev-docs/bidders/bluebillywig.md index c1331e413b..1312c42859 100644 --- a/dev-docs/bidders/bluebillywig.md +++ b/dev-docs/bidders/bluebillywig.md @@ -9,7 +9,7 @@ gdpr_supported: true schain_supported: true coppa_supported: true usp_supported: true -userIds: britepoolId, criteo, digitrust, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId +userIds: britepoolId, criteo, digitrust, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId --- #### Bid Params From c70c79eac641ab4c118f45789eb7aba4cd6ecd9c Mon Sep 17 00:00:00 2001 From: Klaas-Jan Boon Date: Fri, 5 Jun 2020 09:01:17 +0200 Subject: [PATCH 3/7] Blue Billywig Adapter - fix layout to bidder --- dev-docs/bidders/bluebillywig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/bluebillywig.md b/dev-docs/bidders/bluebillywig.md index 1312c42859..e63b6d986f 100644 --- a/dev-docs/bidders/bluebillywig.md +++ b/dev-docs/bidders/bluebillywig.md @@ -1,5 +1,5 @@ --- -layout: bluebillywig +layout: bidder title: Blue Billywig description: Prebid Blue Billywig Bidder Adaptor biddercode: bluebillywig From 8f508828816f0874f5f796b5b2669d6e346c2da3 Mon Sep 17 00:00:00 2001 From: Klaas-Jan Boon Date: Tue, 14 Apr 2020 13:18:41 +0200 Subject: [PATCH 4/7] add Blue Billywig bidder adaptor dev docs --- dev-docs/bidders/bluebillywig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/bluebillywig.md b/dev-docs/bidders/bluebillywig.md index 23e7ebcca4..b0b52b9e1d 100644 --- a/dev-docs/bidders/bluebillywig.md +++ b/dev-docs/bidders/bluebillywig.md @@ -3,7 +3,6 @@ layout: bidder title: Blue Billywig description: Prebid Blue Billywig Bidder Adaptor biddercode: bluebillywig - media_types: video gdpr_supported: true schain_supported: true @@ -22,3 +21,4 @@ userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrable | `accountId` | required | Your publication ID at Blue Billywig | `642` | `integer` | | `rendererCode` | required | The name of the renderer to use in your Blue Billywig publication | `"renderer"` | `string` | | `connections` | required | Back-ends to connect with. For every value in this a param matching the back-end should exist too. | `["bluebillywig"]` | `array` | +| `video` | optional | Any OpenRTB 2.5 video params to additionally send along to the SSPs. | `{"maxduration": 30}` | `object` | From adc43d02c322508e225b8251b1b72313cfdccc9b Mon Sep 17 00:00:00 2001 From: Klaas-Jan Boon Date: Mon, 10 Aug 2020 10:02:37 +0200 Subject: [PATCH 5/7] Add missing empty line --- dev-docs/bidders/bluebillywig.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/bluebillywig.md b/dev-docs/bidders/bluebillywig.md index b0b52b9e1d..feabe779ea 100644 --- a/dev-docs/bidders/bluebillywig.md +++ b/dev-docs/bidders/bluebillywig.md @@ -2,6 +2,7 @@ layout: bidder title: Blue Billywig description: Prebid Blue Billywig Bidder Adaptor + biddercode: bluebillywig media_types: video gdpr_supported: true From 8ec111179ff371e2a2bbdacdf16697508769675b Mon Sep 17 00:00:00 2001 From: Klaas-Jan Boon Date: Mon, 10 Aug 2020 10:03:28 +0200 Subject: [PATCH 6/7] move empty line to right place... --- dev-docs/bidders/bluebillywig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/bluebillywig.md b/dev-docs/bidders/bluebillywig.md index feabe779ea..a356e49868 100644 --- a/dev-docs/bidders/bluebillywig.md +++ b/dev-docs/bidders/bluebillywig.md @@ -2,8 +2,8 @@ layout: bidder title: Blue Billywig description: Prebid Blue Billywig Bidder Adaptor - biddercode: bluebillywig + media_types: video gdpr_supported: true schain_supported: true From 8f9a4d0c9ccc98ad7cb639a2072b9bbcb2e26927 Mon Sep 17 00:00:00 2001 From: Klaas-Jan Boon Date: Wed, 7 Apr 2021 14:37:43 +0200 Subject: [PATCH 7/7] Add rendererSettings to the bid params docs for bluebillywig adapter --- dev-docs/bidders/bluebillywig.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/bluebillywig.md b/dev-docs/bidders/bluebillywig.md index 753ed5cd49..de7698da89 100644 --- a/dev-docs/bidders/bluebillywig.md +++ b/dev-docs/bidders/bluebillywig.md @@ -23,3 +23,4 @@ userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrable | `rendererCode` | required | The name of the renderer to use in your Blue Billywig publication | `"renderer"` | `string` | | `connections` | required | Back-ends to connect with. For every value in this a param matching the back-end should exist too. | `["bluebillywig"]` | `array` | | `video` | optional | Any OpenRTB 2.5 video params to additionally send along to the SSPs. | `{"maxduration": 30}` | `object` | +| `rendererSettings` | optional | Any playout property for the renderer you wish to override. | `{"autoPlay": "false", "interactivity_inView":"Play"}` | `object` |