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
8 changes: 7 additions & 1 deletion dev-docs/bidders/pgamssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tcfeu_supported: false
coppa_supported: true
schain_supported: true
floors_supported: true
gpp_supported: true
PGAMSSP marked this conversation as resolved.
Show resolved Hide resolved
media_types: banner, video, native
pbjs: true
pbs: true
Expand All @@ -22,4 +23,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