Skip to content

Commit 3846191

Browse files
madmabretg
authored andcommitted
Sharethrough: Schain bidfloor adapter docs update (#1533)
* Support the schain module * List Sharethrough adapter support for schain module + bidfloor param * Update documentation to specify that bidfloor should only be a float
1 parent 22149cc commit 3846191

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

dev-docs/bidders/sharethrough.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ biddercode: sharethrough
77
media_types: native
88
gdpr_supported: true
99
userIds: unifiedId/tradedesk
10+
schain_supported: true
1011
---
1112

1213
### Note:
@@ -15,8 +16,9 @@ The Sharethrough bidder adapter requires additional setup and approval from the
1516
### Bid Params
1617

1718
{: .table .table-bordered .table-striped }
18-
| Name | Scope | Description | Example | Type |
19-
|--------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------|------------------|
20-
| `pkey` | required | The placement key | `'DfFKxpkRGPMS7A9f71CquBgZ'` | `string` |
21-
| `iframe` | optional | If `true`, the ad will render in an iframe. Defaults to `false`. | `true` | `boolean` |
22-
| `iframeSize` | optional | `[width, height]` If provided, use this size for the iframe size. Only applicable if `iframe` is `true`. If omitted, the largest size from the ad unit sizes array will be used. | `[300, 250]` | `Array<integer>` |
19+
| Name | Scope | Description | Example | Type
20+
| ---- | ----- | ----------- | ------- | ----
21+
| `pkey` | required | The placement key | `'DfFKxpkRGPMS7A9f71CquBgZ'` | `string`
22+
| `iframe` | optional | If `true`, the ad will render in an iframe. Defaults to `false`. | `true` | `boolean`
23+
| `iframeSize` | optional | `[width, height]` If provided, use this size for the iframe size. Only applicable if `iframe` is `true`. If omitted, the largest size from the ad unit sizes array will be used. | `[300, 250]` | `[integer]`
24+
| `bidfloor` | optional | The floor price, or minimum amount, a publisher will accept for an impression, given in CPM in USD. | `1.00` | `float`

0 commit comments

Comments
 (0)