Skip to content
4 changes: 3 additions & 1 deletion dev-docs/bidders/copper6ssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sidebarType: 1
## Bid Params for Prebid.js

### New request params

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
Expand All @@ -35,7 +36,8 @@ sidebarType: 1
| `pId` | required | The publisher ID from Copper6 (pbjs only). | `'59ac17c192832d0011283fe3'` | `string` |
| `bidFloor` | optional | The minimum bid value desired. Copper6 will not respond with bids lower than this value. | `0.90` | `float` |

### backward compatibility (will be removed in v12)
### Backward compatibility (will be removed in v12)

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
Expand Down
Loading