Skip to content

Commit

Permalink
Playdigo: new adapter (#5274)
Browse files Browse the repository at this point in the history
* init adapter

* add gpp support

* upd
  • Loading branch information
Yanivplaydigo committed May 10, 2024
1 parent d06d6ca commit 568dbb8
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions dev-docs/bidders/playdigo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: bidder
title: Playdigo
description: Prebid Playdigo Bidder Adapter
biddercode: playdigo
gpp_sids: usstate_all
tcfeu_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
deals_supported: false
floors_supported: true
fpd_supported: false
ortb_blocking_supported: false
media_types: banner, video, native
multiformat_supported: will-not-bid
pbjs: true
pbs: true
pbs_app_supported: true
safeframes_ok: 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 568dbb8

Please sign in to comment.