Skip to content

Commit

Permalink
Create buyer.md (#1007)
Browse files Browse the repository at this point in the history
* Create buyer.md

* Update and rename buyer.md to dspx.md
  • Loading branch information
avj83 authored and bretg committed Oct 23, 2018
1 parent 1dc2e85 commit 5dcce33
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions dev-docs/bidders/dspx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: bidder
title: Dspx
description: Prebid Dspx Bidder Adaptor
top_nav_section: dev_docs
nav_section: reference
hide: true
biddercode: dspx
biddercode_longer_than_12: false
prebid_1_0_supported : true
media_types: banner
gdpr_supported: false
---


### bid params

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

| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------------------------------------------------------|------------------------|-----------------|
| `placement` | required | Placement ID from dspx. | `101` | `string` |
| `pfilter` | optional | Selection filter. See [here](https://github.com/prebid/Prebid.js/blob/master/modules/dspxBidAdapter.md) for more details. | `{floorprice: 1000000}`| `object` |
| `bcat` | optional | List of Blocked Categories (IAB) - comma separated. | `IAB2,IAB4` | `string` |
| `dvt` | optional | DeVice Type of `[desktop,smartphone,tv,tablet]` (autodetect if not exists). | `desktop` | `string` |

0 comments on commit 5dcce33

Please sign in to comment.