Skip to content

Commit b3bc741

Browse files
MediabramaNelseNbretgmuuki88
authored
Add mediabrama.md (prebid#4881)
* Add mediabrama.md * remove TOC don't need a TOC for such a short doc * linter fixes * html tags removed --------- Co-authored-by: Oleh Naimushyn <ncm.net@gmail.com> Co-authored-by: bretg <bgorsline@gmail.com> Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent 972f543 commit b3bc741

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

dev-docs/bidders/mediabrama.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: bidder
3+
title: MediaBrama
4+
description: Prebid MediaBrama Bidder Adapter.
5+
pbjs: true
6+
pbs: false
7+
gvl_id: none
8+
biddercode: mediabrama
9+
media_types: banner
10+
gdpr_supported: false
11+
usp_supported: false
12+
coppa_supported: false
13+
schain_supported: false
14+
safeframes_ok: false
15+
dchain_supported: false
16+
deals_supported: false
17+
floors_supported: true
18+
fpd_supported: false
19+
ortb_blocking_supported: false
20+
multiformat_supported: will-bid-on-one
21+
prebid_member: false
22+
---
23+
24+
### Description
25+
26+
MediaBrama header bidding adapter connects with mediabrama demand sources to fetch bids for display placements. Please reach out to your account manager or <support@mediabrama.com> for more information.
27+
28+
### Bid params
29+
30+
{: .table .table-bordered .table-striped }
31+
| Name | Scope | Description | Example | Type |
32+
|--------------|----------|------------------------------------|------------|----------|
33+
| `placementId`| optional | The placement ID from MediaBrama | `'24428'` | `string` |
34+
| `bidFloor` | optional | Lowest value of expected bid price | `1.1` | `float` |
35+
36+
### Test Parameters
37+
38+
300x250 banner test
39+
40+
```javascript
41+
var adUnits = [{
42+
code: 'prebid-place',
43+
mediaTypes: {
44+
banner: {
45+
sizes: [[300, 250]]
46+
}
47+
},
48+
// Replace this object to test a new Adapter!
49+
bids: [{
50+
bidder: 'mediabrama',
51+
params : {
52+
placementId : "24428" //test, please replace after test
53+
}
54+
}]
55+
}];
56+
```

0 commit comments

Comments
 (0)