Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLIINK Doc : Update doc by removing placement, adding optional imageUrl and setting pbs to true #3907

Merged
merged 6 commits into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the PR I see that native was never supported, right 😅

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` |