Skip to content
Merged
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
6 changes: 2 additions & 4 deletions dev-docs/bidders/exco.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ schain_supported: true
gpp_supported: true
floors_supported: true
media_types: banner, video
prebid_member: false
prebid_member: true
safeframes_ok: false
deals_supported: false
pbs_app_supported: false
fpd_supported: false
ortb_blocking_supported: false
multiformat_supported: will-bid-on-one
pbjs: true
pbs: true
sidebarType: 1
---

Expand All @@ -30,9 +31,6 @@ sidebarType: 1

| Name | Scope | Description | Example | Type |
|---------------|------------|---------------------------------------------------------------------------------------|------------------------------|----------|
| `cId` | deprecated | The connection ID from Exco. | `'562524b21b1c1f08117fc7f9'` | `string` |
| `pId` | deprecated | The publisher ID from Exco. | `'59ac17c192832d0011283fe3'` | `string` |
| `bidFloor` | deprecated | The minimum bid value desired. Exco will not respond with bids lower than this value. | `0.90` | `float` |
| `accountId` | required | A unique account identifier provided by EX.CO. | `'1234567890'` | `string` |
| `publisherId` | required | Publisher ID provided by EX.CO. | `'1234567890'` | `string` |
| `tagId` | required | A unique Tag ID (supply id) identifier provided by EX.CO. | `'1234567890'` | `string` |
Expand Down