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
12 changes: 10 additions & 2 deletions dev-docs/bidders/sevio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: bidder
title: Sevio
description: Prebid Sevio Bidder Adaptor
pbjs: true
pbs: false
pbs: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep Sevio off the PBS list until the adapter lands

Setting pbs: true makes this bidder appear on /dev-docs/pbs-bidders.html because that page filters bidder docs with where: "pbs", true, and it also marks PBS support in dev-docs/bidder-data.csv. At review time, the corresponding Sevio Prebid Server adapter is still only an open prebid-server PR, so if this docs change ships first publishers will be told Sevio is a supported PBS bidder even though current PBS builds cannot call it. Please leave this false until the server adapter is merged/released, or coordinate the docs merge after that support is actually available.

Useful? React with 👍 / 👎.

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.

Hi codex

This is the point of this PR. When the prebid-server PR lands, we merge this one

biddercode: sevio
sidebarType: 1
tcfeu_supported: true
Expand All @@ -18,10 +18,18 @@ ortb_blocking_supported: false
---


### Bid Params
## Bid Params for Prebid.js

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|---------------|----------|------------------|---------|----------|
| `zone` | required | Zone Id | | `string` |

## Bid Params for Prebid Server

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|---------------|----------|------------------|---------|----------|
| `placementId` | required | Zone Id | | `string` |
Loading