Skip to content

Commit

Permalink
new adapter PGAMSSP
Browse files Browse the repository at this point in the history
  • Loading branch information
PGAMSSP committed Aug 18, 2023
1 parent ae13f64 commit 2caa224
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dev-docs/bidders/pgamssp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: bidder
title: PGAMSSP
description: Prebid PGAMSSP Bidder Adapter
biddercode: pgamssp
usp_supported: true
tcfeu_supported: true
coppa_supported: true
schain_supported: true
floors_supported: true
media_types: banner, video, native
pbjs: true
pbs: true
pbs_app_supported: true
sidebarType: 1
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `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

0 comments on commit 2caa224

Please sign in to comment.