-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bidtheatre Bidder Adapter: initial release, docs
- Loading branch information
1 parent
a21c038
commit ea2ccd8
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: bidder | ||
title: Bidtheatre | ||
description: Bidtheatre Prebid Bidder Adapter | ||
biddercode: bidtheatre | ||
gvl_id: 30 | ||
tcfeu_supported: true | ||
media_types: banner, video | ||
safeframes_ok: true | ||
deals_supported: true | ||
floors_supported: true | ||
fpd_supported: true | ||
ortb_blocking_supported: partial | ||
multiformat_supported: will-bid-on-any | ||
privacy_sandbox: topics | ||
pbjs: true | ||
sidebarType: 1 | ||
pbs: true | ||
pbs_app_supported: true | ||
--- | ||
|
||
### Registration | ||
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. | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
|
||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|-----------------------|-----------|-----------| | ||
| `publisherId` | required | Manually set up publisher ID | `'73b20b3a-12a0-4869-b54e-8d42b55786ee'` | `string` | | ||
|
||
In addition to the required bid param above, Bidtheatre will also enforce the following requirements | ||
|
||
- All ad slots on a page must belong to the same publisher ID | ||
- The publisher must provide either a client IP and/or explicit geo data in the request | ||
|
||
### First Party Data | ||
Publishers should use the `ortb2` method of setting First Party Data. All standard OpenRTB 2.5 properties are supported, including but not limited to | ||
|
||
- ortb2.site.* | ||
- ortb2.user.* | ||
|
||
### ORTB Blocking | ||
`bcat`, `badv` and `battr` are all supported. | ||
|
||
### Media Types | ||
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. |