Skip to content

Commit

Permalink
Xeworks adapter: pbs support added (prebid#4543)
Browse files Browse the repository at this point in the history
* meazy adapter docs

* Xeworks Bid Adapter: update docs

---------

Co-authored-by: Dmitry <[email protected]>
  • Loading branch information
2 people authored and ecdrsvc committed Sep 6, 2023
1 parent 8607d15 commit ce980fc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions dev-docs/bidders/xe.md
Original file line number Diff line number Diff line change
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 [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` |

0 comments on commit ce980fc

Please sign in to comment.