Skip to content

Commit b2bdfab

Browse files
bidfusemuuki88
andauthored
init new adapter Bidfuse (#6221)
* init new adapter Bidfuse * tiny update * changed biddername w/o prefix * param update in md * add pbs support * Set pbs flag to false * Add empty line in the end --------- Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent 25b47c0 commit b2bdfab

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

dev-docs/bidders/bidfuse.md

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

0 commit comments

Comments
 (0)