Skip to content

Commit

Permalink
Sharethrough: Clean up deprecated params and refresh supported userIds (
Browse files Browse the repository at this point in the history
#3593)

* [PGE-178206549] Doc Update related to new Prebid Adapter

* [PGE-178206596] Indicate support for all User IDs
  • Loading branch information
Mathieu Pheulpin authored Mar 10, 2022
1 parent ad1ffcb commit 495738a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions dev-docs/bidders/sharethrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: Prebid Sharethrough Adaptor
gdpr_supported: true
coppa_supported: true
floors_supported: true
media_types: video
media_types: banner, video
safeframes_ok: true
schain_supported: true
userIds: pubCommonId, unifiedId, identityLink, id5Id, sharedId, liveIntentId
userIds: all
usp_supported: true
fpd_supported: true
pbjs: true
Expand All @@ -23,10 +23,7 @@ The Sharethrough bidder adapter requires additional setup and approval from the

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------|----------------------|
| `bidfloor` | optional | The floor price, or minimum amount, a publisher will accept for an impression, given in CPM in USD. | `1.00` | `float` |
| `iframe` | optional | If `true`, the ad will render in an iframe. Defaults to `false`. | `true` | `boolean` |
| `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, integer]` |
| `bcat` | optional | Array of blocked IAB Categories | `['IAB1-2', 'IAB1-3']` | `string[]` |
| `badv` | optional | Array of blocked Advertisers by their domains | `['ford.com', 'pepsi.com']` | `string[]` |
| `pkey` | required | The placement key | `'DfFKxpkRGPMS7A9f71CquBgZ'` | `string` |
|-------------|----------|-----------------------------------------------|------------------------------|----------------------|
| `pkey` | required | The placement key | `'DfFKxpkRGPMS7A9f71CquBgZ'` | `string` |
| `bcat` | optional | Array of blocked IAB Categories | `['IAB1-2', 'IAB1-3']` | `string[]` |
| `badv` | optional | Array of blocked Advertisers by their domains | `['ford.com', 'pepsi.com']` | `string[]` |

0 comments on commit 495738a

Please sign in to comment.