Skip to content

Commit

Permalink
Create trafficroots.md (#936)
Browse files Browse the repository at this point in the history
Bid Adapter Parameters for new adapter submission - trafficrootsBidAdapter.js
  • Loading branch information
cary67 authored and bretg committed Oct 17, 2018
1 parent 96bacff commit 7e83ed9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-docs/bidders/trafficroots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: bidder
title: Trafficroots
description: Prebid Trafficroots Bidder Adapter
top_nav_section: dev_docs
nav_section: reference
hide: true
biddercode: trafficroots
biddercode_longer_than_12: false
prebid_1_0_supported : true
gdpr_supported: true
---

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------------------------------------|---------------------------------------------|----------|
| `zoneId` | required | The Trafficroots zone ID | `'aa0444af31'` | `string` |
| `deliveryUrl` | optional | The bid endpoint (might be used for debug) | `'https://service.trafficroots.com/prebid'` | `string` |

0 comments on commit 7e83ed9

Please sign in to comment.