Skip to content

Commit 8346a4a

Browse files
authored
Bid adapter PGAMSSP: new adapter (#4810)
* new adapter PGAMSSP * upd
1 parent e1e9dce commit 8346a4a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

dev-docs/bidders/pgamssp.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: bidder
3+
title: PGAMSSP
4+
description: Prebid PGAMSSP Bidder Adapter
5+
biddercode: pgamssp
6+
usp_supported: true
7+
tcfeu_supported: false
8+
coppa_supported: true
9+
schain_supported: true
10+
floors_supported: true
11+
media_types: banner, video, native
12+
pbjs: true
13+
pbs: true
14+
pbs_app_supported: true
15+
sidebarType: 1
16+
multiformat_supported: will-bid-on-one
17+
safeframes_ok: true
18+
---
19+
20+
### Bid Params
21+
22+
{: .table .table-bordered .table-striped }
23+
| Name | Scope | Description | Example | Type |
24+
|---------------|----------|-----------------------|-----------|-----------|
25+
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
26+
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
27+
28+
### Note
29+
30+
For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId

0 commit comments

Comments
 (0)