Skip to content

Commit

Permalink
BLIINK Doc : Update doc by removing placement, adding optional imageU…
Browse files Browse the repository at this point in the history
…rl and setting pbs to true (prebid#3907)

* fix: bliink.md updated

* fix(bliink doc) remove placement param

* fix(bliink doc) add optional imageUrl

Co-authored-by: louisbillaut <[email protected]>
Co-authored-by: samous <[email protected]>
  • Loading branch information
3 people authored and jlaso committed Aug 31, 2023
1 parent 5dad0b1 commit 6e8e202
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dev-docs/bidders/bliink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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` |

0 comments on commit 6e8e202

Please sign in to comment.