From f632d813c34e421dd739d6c5efd083ee1241b3a9 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 12 Aug 2021 17:20:37 +0200 Subject: [PATCH 1/2] feat(bliink): Add new documentation for BLIINK bidder adaptor --- dev-docs/bidders/bliink.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-docs/bidders/bliink.md diff --git a/dev-docs/bidders/bliink.md b/dev-docs/bidders/bliink.md new file mode 100644 index 0000000000..e4655c490f --- /dev/null +++ b/dev-docs/bidders/bliink.md @@ -0,0 +1,25 @@ +--- +layout: bidder +title: BLIINK +description: Prebid BLIINK Bidder Adaptor +pbjs: true +pbs: true +media_types: video +biddercode: bliink +gdpr_supported: true +usp_supported: false +--- + +### Note: +The BLIINK Header Bidding adaptor requires setup and approval from the BLIINK team. Please reach out to your account manager for more informations. + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|-------------|----------|----------------------------------|--------------------------------------|----------| +| `tagId` | required | The TagID from BLIINK. | `'32'` | `string` | +| `placement` | required | The placement from BLIINK. | `'video'` | `string` | + + +Same 'placement' parameter can be used from either prebid JS or prebid server. From abe810cd88afeb9887b73f778971c3b59669ca9d Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 1 Sep 2021 23:40:26 +0200 Subject: [PATCH 2/2] Update bliink.md --- dev-docs/bidders/bliink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/bliink.md b/dev-docs/bidders/bliink.md index e4655c490f..a75f4c10eb 100644 --- a/dev-docs/bidders/bliink.md +++ b/dev-docs/bidders/bliink.md @@ -3,7 +3,7 @@ layout: bidder title: BLIINK description: Prebid BLIINK Bidder Adaptor pbjs: true -pbs: true +pbs: false media_types: video biddercode: bliink gdpr_supported: true