-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b09363
commit 9306896
Showing
2 changed files
with
11 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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` | |