-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: Add BMS documentation #5810
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,30 @@ | ||||||
--- | ||||||
layout: bidder | ||||||
title: Blue Media Services LTDA | ||||||
description: Prebid BMS Bidder Adapter | ||||||
tcfeu_supported: true | ||||||
pbjs: true | ||||||
pbs: true | ||||||
biddercode: bms | ||||||
prebid_member: false | ||||||
floors_supported: true | ||||||
safeframes_ok: true | ||||||
media_types: banner | ||||||
schain_supported: true | ||||||
userIds: id5Id, identityLink, pubProvidedId | ||||||
pbs_app_supported: true | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Suggested change There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changes applied as suggested. Please review. |
||||||
gvl_id: 1105 | ||||||
sidebarType: 1 | ||||||
--- | ||||||
|
||||||
### Note | ||||||
|
||||||
The bidder requires setup before usage. Please get in touch with our publisher team at <[email protected]> to get started. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We would highly recommend not putting a personal email address here. Employees leave and this email will be here still. Something like [email protected] or [email protected] is probably better There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changes applied as suggested. Please review. |
||||||
|
||||||
### Bid Params | ||||||
|
||||||
{: .table .table-bordered .table-striped } | ||||||
| Name | Scope | Description | Example | Type | | ||||||
|---------------|----------|---------------------|---------------|----------| | ||||||
| `publisherId` | required | Unique publisher ID | `'ABCDEF'` | `string` | | ||||||
| `placementId` | optional | Unique placement ID | `'ABCDEF'` | `string` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you also submitting a PR for prebid server, please link it. Otherwise PBS is not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes applied as suggested. Please review.