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

New Bidder: TradPlus #5794

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
36 changes: 36 additions & 0 deletions dev-docs/bidders/tradplus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: bidder
title: TradPlus
description: Prebid TradPlus Bidder Adapter
biddercode: tradplus
tcfeu_supported: false
usp_supported: true
gpp_supported: false
coppa_supported: true
schain_supported: true
dchain_supported: false
media_types: banner, video, native
safeframes_ok: false
pbjs: false
pbs: true
pbs_app_supported: true
deals_supported: true
floors_supported: true
fpd_supported: false
multiformat_supported: will-bid-on-any
ortb_blocking_supported: partial
prebid_member: false
sidebarType: 1
---

### Note

The TradPlus Bidding adapter requires setup before beginning. Please contact us at <[email protected]>.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|----------------|-------------|----------|
| `accountId` | required | Account ID | `'aaaa1'` | `string` |
| `zoneId` | optional | Zone ID | `'51230'` | `string` |
Loading