Skip to content

Commit

Permalink
Compass Adapter: add new adapter (#3441)
Browse files Browse the repository at this point in the history
* add Compass Adapter

* fix

* add endpointId
  • Loading branch information
CompassSSP authored Jan 18, 2022
1 parent 9cf717d commit b2f2fac
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dev-docs/bidders/compass.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: bidder
title: Compass
description: Prebid Compass Bidder Adapter
biddercode: compass
usp_supported: true
gdpr_supported: true
coppa_supported: true
schain_supported: true
floors_supported: true
media_types: banner, video, native
pbjs: true
pbs: true
pbs_app_supported: true
gvl_id: 883
---

### 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 b2f2fac

Please sign in to comment.