Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24b9b16

Browse files
authored
New adapter: r2b2 (prebid#4970)
* Create r2b2.md * Fix lint errors * Added rendering section to docs * Fix lint errors
1 parent 3a3c3fa commit 24b9b16

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

dev-docs/bidders/r2b2.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: bidder
3+
title: r2b2
4+
description: Prebid R2B2 bidder Adapter
5+
biddercode: r2b2
6+
tcfeu_supported: true
7+
gvl_id: 1235
8+
usp_supported: true
9+
coppa_supported: true
10+
schain_supported: true
11+
userId: all
12+
media_types: banner
13+
safeframes_ok: false
14+
deals_supported: false
15+
floors_supported: true
16+
fpd_supported: false
17+
pbjs: true
18+
pbs: false
19+
prebid_member: false
20+
multiformat_supported: will-not-bid
21+
sidebarType: 1
22+
---
23+
### Note
24+
25+
The R2B2 Bidding adapter requires registration before beginning. Please contact us at [[email protected]](mailto:[email protected]).
26+
27+
### Bid Params
28+
29+
{: .table .table-bordered .table-striped }
30+
| Name | Scope | Description | Example | Type |
31+
|---------------|----------|-----------------------|-----------|-----------|
32+
| `pid` | required | Placement id | `'r2b2.io/generic/300x600'` | `string` |
33+
34+
### Bidder config
35+
36+
In the bidder config, publishers can specify an endpoint domain for bidding, which may vary by region. For more information, please contact us at
37+
38+
39+
```javascript
40+
pbjs.bidderSettings = {
41+
r2b2: {
42+
endpoint: 'hb.r2b2.cz'
43+
}
44+
};
45+
```
46+
47+
### Rendering
48+
49+
Our adapter can feature a custom renderer specifically for display ads, tailored to enhance ad presentation and functionality. This is particularly beneficial for non-standard ad formats that require more complex logic. It's important to note that our rendering process operates outside of SafeFrames. For additional information, not limited to rendering aspects, please feel free to contact us at [[email protected]](mailto:[email protected])

0 commit comments

Comments
 (0)