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

feat: Add BMS documentation #5810

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 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
30 changes: 30 additions & 0 deletions dev-docs/bidders/bms.md
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
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
pbs: true
pbs: false

If you also submitting a PR for prebid server, please link it. Otherwise PBS is not supported

Copy link
Author

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.

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
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
pbs_app_supported: true
pbs_app_supported: false

Suggested change
pbs: true
pbs: false
If you also submitting a PR for prebid server, please link it. Otherwise PBS is not supported

Copy link
Author

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.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The 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

Copy link
Author

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.


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