Skip to content

Commit

Permalink
adformOpenRTB adapter info (#1021)
Browse files Browse the repository at this point in the history
* adformOpenRTB adapter info

* Update due to recommendations
  • Loading branch information
Pupis authored and bretg committed Nov 14, 2018
1 parent 4a38b77 commit cc1a72f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions dev-docs/bidders/adformOpenRTB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: bidder
title: AdformOpenRTB
description: Prebid AdformOpenRTB Bidder Adaptor

top_nav_section: dev_docs
nav_section: reference

hide: true

biddercode: adformOpenRTB

biddercode_longer_than_12: true

prebid_1_0_supported : true
media_types: native
gdpr_supported: true
---

#### send all bids ad server keys

(Truncated to 20 chars due to [DFP limit](https://support.google.com/dfp_premium/answer/1628457?hl=en#Key-values))

`hb_pb_adformOpenRTB`
`hb_adid_adfromOpenRT`
`hb_source_adformOpen`

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|----------------------|--------------------|-----------|
| `mid` | required | | `12345` | `integer` |
| `adxDomain` | optional | The Adform domain | `'adx.adform.net'` | `string` |
| `site` | optional | Site id | `'123123'` | `string` |
| `priceType` | optional | Price type | `'gross'` | `string` |
| `publisher` | optional | Info about publisher | `{` | `object` |
| | | | ` id: '2706',` | |
| | | | ` name: 'name',` | |
| | | | ` domain: 'dom'` | |
| | | | `}` | |

0 comments on commit cc1a72f

Please sign in to comment.