Skip to content

Commit c82df8e

Browse files
authored
Sharethrough Bid Adapter: add documentation for new bidder param (prebid#6199)
1 parent a744f0f commit c82df8e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

dev-docs/bidders/sharethrough.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ The Sharethrough bidder adapter requires additional setup and approval from the
2828
### Bid Params
2929

3030
{: .table .table-bordered .table-striped }
31-
| Name | Scope | Description | Example | Type |
32-
|-------------|----------|------------------------------------------------------------|------------------------------|----------------------|
33-
| `pkey` | required | The placement key | `'DfFKxpkRGPMS7A9f71CquBgZ'` | `string` |
34-
| `bcat` | optional | (deprecated) Array of blocked IAB Categories | `['IAB1-2', 'IAB1-3']` | `string[]` |
35-
| `badv` | optional | (deprecated) Array of blocked Advertisers by their domains | `['ford.com', 'pepsi.com']` | `string[]` |
31+
| Name | Scope | Description | Example | Type |
32+
|-----------------|----------|-------------------------------------------------------------------------------|------------------------------|----------------------|
33+
| `pkey` | required | The placement key | `'DfFKxpkRGPMS7A9f71CquBgZ'` | `string` |
34+
| `bcat` | optional | (deprecated) Array of blocked IAB Categories | `['IAB1-2', 'IAB1-3']` | `string[]` |
35+
| `badv` | optional | (deprecated) Array of blocked Advertisers by their domains | `['ford.com', 'pepsi.com']` | `string[]` |
36+
| `eqtvNetworkId` | optional | Optional parameter to have bid requests directed to the Equativ exchange | `4004` | `integer` |
3637

3738
**Note**: Providing `bcat` and `badv` via Bid Params is deprecated, the First Party Data method should be preferred (see below).
3839
When both methods are provided (i.e. when `badv` and `bcat` are specified both as bid params and through the first party ortb2 method), first party data values will be used and bid param values will be ignored.

0 commit comments

Comments
 (0)