From 6e8e2023a1cc8cf4c8825e61abd0b69916f5568e Mon Sep 17 00:00:00 2001 From: Ibrahima Niass <48965172+Niass@users.noreply.github.com> Date: Thu, 21 Jul 2022 20:02:44 +0000 Subject: [PATCH] BLIINK Doc : Update doc by removing placement, adding optional imageUrl and setting pbs to true (#3907) * fix: bliink.md updated * fix(bliink doc) remove placement param * fix(bliink doc) add optional imageUrl Co-authored-by: louisbillaut Co-authored-by: samous --- dev-docs/bidders/bliink.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-docs/bidders/bliink.md b/dev-docs/bidders/bliink.md index 1058c4feb3..7c1a86f932 100644 --- a/dev-docs/bidders/bliink.md +++ b/dev-docs/bidders/bliink.md @@ -4,7 +4,7 @@ title: BLIINK description: Prebid BLIINK Bidder Adaptor pbjs: true pbs: true -media_types: video, banner, native +media_types: video, banner biddercode: bliink gdpr_supported: true usp_supported: false @@ -19,7 +19,4 @@ The BLIINK Header Bidding adaptor requires setup and approval from the BLIINK te | 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. +| `imageUrl` | optional | The image url on which the ad is displayed in case of in-image ad. | `'https://image.png'` | `string` |