-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adformOpenRTB adapter info * Update due to recommendations
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'` | | | ||
| | | | `}` | | |