Skip to content

Commit

Permalink
Add: documentation for rxrtbBidAdapter (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
prebidRxRTB authored and rmloveland committed Jan 18, 2018
1 parent 77c9951 commit d634e8e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-docs/bidders/rxrtb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: bidder
title: rxrtb
description: Prebid rxrtb Bidder Adaptor
top_nav_section: dev_docs
nav_section: reference
hide: true
biddercode: rxrtb
prebid_1_0_supported : true
---

### bid params

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Type | Example |
| :----- | :------- | :---------------- | :------ | :------- |
| id | required | endpoint id | integer |`123` |
| token | required | endpoint token | string |`'657f11a5efbbfe2f9be3f1f146fcbc22'` |
| source | required | traffic source id | string |`'prebidtest'` |

0 comments on commit d634e8e

Please sign in to comment.