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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xeworks adapter: pbs support added #4543

Merged
merged 3 commits into from Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 11 additions & 3 deletions dev-docs/bidders/xe.md
Expand Up @@ -9,7 +9,7 @@ gdpr_supported: true
usp_supported: true
prebid_member: false
pbjs: true
pbs: false
pbs: true
schain_supported: true
floors_supported: true
multiformat_supported: will-bid-on-any
Expand All @@ -21,11 +21,19 @@ sidebarType: 1
The Xe.works adapter requires setup before beginning. Please contact us at team@xe.works


### Bid params
### Prebid.js Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-----------------------------|---------------|-----------|
| `placement` | required | Placement ID | `test-banner` | `string` |
| `env` | required | Environment name | `xe` | `string` |
| `ext` | optional | Specific integration config | `{}` | `object` |
| `ext` | optional | Specific integration config | `{}` | `object` |

### Prebid Server Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-----------------------------|------------------------------------|-----------|
| `env` | required | Environment name | `xe-stage` | `string` |
| `pid` | required | Uniq placement ID | `dc230510222b516f0eb9a10e5913d3b5` | `string` |