From 68ac792b878a182fff713981418739ba6c16e43b Mon Sep 17 00:00:00 2001 From: tradplus <58809719+tradplus@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:19:38 +0800 Subject: [PATCH 1/2] New Bidder: TradPlus --- dev-docs/bidders/tradplus.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dev-docs/bidders/tradplus.md diff --git a/dev-docs/bidders/tradplus.md b/dev-docs/bidders/tradplus.md new file mode 100644 index 0000000000..6e8451854d --- /dev/null +++ b/dev-docs/bidders/tradplus.md @@ -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 . + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|----------------|----------|----------------|-------------|----------| +| `accountId` | required | Account ID | `'aaaa1'` | `string` | +| `zoneId` | optional | Zone ID | `'51230'` | `string` | \ No newline at end of file From cd5df6534286ecc299eb931338600ce6857af90c Mon Sep 17 00:00:00 2001 From: tradplus <58809719+tradplus@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:16:18 +0800 Subject: [PATCH 2/2] TradPlus Bid Adapter: Fixed Lint error --- dev-docs/bidders/tradplus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/tradplus.md b/dev-docs/bidders/tradplus.md index 6e8451854d..6004395b95 100644 --- a/dev-docs/bidders/tradplus.md +++ b/dev-docs/bidders/tradplus.md @@ -33,4 +33,4 @@ The TradPlus Bidding adapter requires setup before beginning. Please contact us | Name | Scope | Description | Example | Type | |----------------|----------|----------------|-------------|----------| | `accountId` | required | Account ID | `'aaaa1'` | `string` | -| `zoneId` | optional | Zone ID | `'51230'` | `string` | \ No newline at end of file +| `zoneId` | optional | Zone ID | `'51230'` | `string` |