Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bidtheatre Bidder Adapter: initial release, docs #5723

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions dev-docs/bidders/bidtheatre.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
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: false
pbs_app_supported: false
---

### Registration
muuki88 marked this conversation as resolved.
Show resolved Hide resolved

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
muuki88 marked this conversation as resolved.
Show resolved Hide resolved

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
muuki88 marked this conversation as resolved.
Show resolved Hide resolved

`bcat`, `badv` and `battr` are all supported.

### Media Types
muuki88 marked this conversation as resolved.
Show resolved Hide resolved

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.