forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Xeworks adapter: pbs support added (prebid#4543)
* meazy adapter docs * Xeworks Bid Adapter: update docs --------- Co-authored-by: Dmitry <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -21,11 +21,19 @@ sidebarType: 1 | |
The Xe.works adapter requires setup before beginning. Please contact us at [email protected] | ||
|
||
|
||
### 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` | |