Skip to content

Commit 72f83d3

Browse files
authored
Bidtheatre Bidder Adapter: initial release, docs (prebid#5723)
1 parent 25e05e2 commit 72f83d3

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

dev-docs/bidders/bidtheatre.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: bidder
3+
title: Bidtheatre
4+
description: Bidtheatre Prebid Bidder Adapter
5+
biddercode: bidtheatre
6+
gvl_id: 30
7+
tcfeu_supported: true
8+
media_types: banner, video
9+
safeframes_ok: true
10+
deals_supported: true
11+
floors_supported: true
12+
fpd_supported: true
13+
ortb_blocking_supported: partial
14+
multiformat_supported: will-bid-on-any
15+
privacy_sandbox: topics
16+
pbjs: true
17+
sidebarType: 1
18+
pbs: false
19+
pbs_app_supported: false
20+
---
21+
22+
### Registration
23+
24+
The Bidtheatre bidding adapter requires manual set up before use. Please contact us at [operations@bidtheatre.com](mailto:operations@bidtheatre.com) if you would like to access Bidtheatre's demand.
25+
26+
### Bid Params
27+
28+
{: .table .table-bordered .table-striped }
29+
30+
| Name | Scope | Description | Example | Type |
31+
|---------------|----------|-----------------------|-----------|-----------|
32+
| `publisherId` | required | Manually set up publisher ID | `'73b20b3a-12a0-4869-b54e-8d42b55786ee'` | `string` |
33+
34+
In addition to the required bid param above, Bidtheatre will also enforce the following requirements
35+
36+
- All ad slots on a page must belong to the same publisher ID
37+
- The publisher must provide either a client IP and/or explicit geo data in the request
38+
39+
### First Party Data
40+
41+
Publishers should use the `ortb2` method of setting First Party Data. All standard OpenRTB 2.5 properties are supported, including but not limited to
42+
43+
- ortb2.site.*
44+
- ortb2.user.*
45+
46+
### ORTB Blocking
47+
48+
`bcat`, `badv` and `battr` are all supported.
49+
50+
### Media Types
51+
52+
All standard OpenRTB 2.5 properties are supported for both banner and video. Bidtheatre Bidding adapter will always return VAST 2.0 or lower for video requests.

0 commit comments

Comments
 (0)