Skip to content

Commit

Permalink
Add new Adapter: TrafficGate (#3711)
Browse files Browse the repository at this point in the history
* Add new Adapter: TrafficGate

* New Adapter: TrafficGate

* TrafficGate adapter: add pbjs

* TrafficGate adapter: add flags

Co-authored-by: vlad <vlaktionov@decenterads.com>
  • Loading branch information
vlaktion and vlad authored Jun 21, 2022
1 parent 6065529 commit ee36a73
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dev-docs/bidders/trafficgate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: bidder
title: TrafficGate
description: Prebid TrafficGate Bidder Adaptor
pbs: true
pbjs: true
biddercode: trafficgate
media_types: banner, video, native, audio
gdpr_supported: true
pbs_app_supported: true
multiformat_supported: will-bid-on-any
usp_supported: true
schain_supported: false
coppa_supported: true
dchain_supported: false
deals_supported: true
floors_supported: false
fpd_supported: false
prebid_member: true
---

### Note:

The TrafficGate Bidding adapter requires setup before beginning. Please contact us at support@bidscube.com

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|-------------|----------|
| `placementId` | required | Placement ID | `'12345'` | `string` |
|---------------|----------|--------------|-------------|----------|
| `host` | required | Host | `'example'` | `string` |

0 comments on commit ee36a73

Please sign in to comment.