Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create buyer.md #1007

Merged
merged 2 commits into from
Oct 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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` |