Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PgamSSP Bid Adapter: add endpointId parameter to doc #5700

Merged
merged 12 commits into from
Nov 28, 2024
12 changes: 9 additions & 3 deletions dev-docs/bidders/pgamssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ title: PGAMSSP
description: Prebid PGAMSSP Bidder Adapter
biddercode: pgamssp
usp_supported: true
tcfeu_supported: false
gvl_id: 1353
tcfeu_supported: true
coppa_supported: true
schain_supported: true
floors_supported: true
gpp_supported: true
gpp_sids: tcfeu, usstate_all, usp
media_types: banner, video, native
pbjs: true
pbs: true
Expand All @@ -23,4 +24,9 @@ safeframes_ok: true
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `placementId` | required | Placement Id | `'0'` | `'string'` |
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |

### Note

For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId