Skip to content
Open
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
31 changes: 31 additions & 0 deletions dev-docs/bidders/SMB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: bidder
title: SMB
description: SMB Bidder Adapter
biddercode: SMB
usp_supported: true
coppa_supported: true
schain_supported: true
media_types: banner, video, native
safeframes_ok: true
deals_supported: false
floors_supported: true
fpd_supported: false
pbjs: true
pbs: true
pbs_app_supported: true
Comment on lines +15 to +16

Copy link
Copy Markdown
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_app_supported: true
pbs: false
pbs_app_supported: false

I would recommend setting those to false as PBS historically takes a lot longer to merge. If PBJS is merged and released, we can merge this and you can open a second docs PR for PBS only

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@teqblaze if this change lands, we can merge this PR

multiformat_supported: will-bid-on-any
---


## Bid Params

{:.table .table-bordered .table-striped}
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|---------|----------|
| `placementId` | optional | Placement Id | `'0'` | `string` |
| `endpointId` | optional | Endpoint Id | `'0'` | `string` |

## Note

For the prebid server and prebid.js you only need to use one parameter: either `placementId` or `endpointId`.
Loading