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

Sonobi added referrer param docs #744

Merged
merged 1 commit into from
May 10, 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
15 changes: 8 additions & 7 deletions dev-docs/bidders/sonobi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ implementing our adapter please don't hesitate to contact us at apex.prebid@sono
### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Type | Example |
|:---------------|:---------|:---------------------------------------------|:--------------|:---------------------------------|
| `placement_id` | required | The placement ID | String | `'1a2b3c4d5e6f1a2b3c4d'` |
| `ad_unit` | required | The adunit ID | String | `'/1234567/example/adUnit/code'` |
| `floor` | optional | Bid floor for this placement in USD | Integer | `0.50` |
| `sizes` | optional | Adunit sizes that will override global sizes | Array[String] | `[[300, 250], [300, 600]]` |
| `hfa` | optional | Publisher Unique Identifier | String | `'123985'` |
| Name | Scope | Description | Type | Example |
|:---------------|:---------|:---------------------------------------------------------------|:--------------|:---------------------------------|
| `placement_id` | required | The placement ID | String | `'1a2b3c4d5e6f1a2b3c4d'` |
| `ad_unit` | required | The adunit ID | String | `'/1234567/example/adUnit/code'` |
| `floor` | optional | Bid floor for this placement in USD | Integer | `0.50` |
| `sizes` | optional | Adunit sizes that will override global sizes | Array[String] | `[[300, 250], [300, 600]]` |
| `hfa` | optional | Publisher Unique Identifier | String | `'123985'` |
| `referrer` | optional | Overrides the default value for the ref param in a bid request | String | `'prebid.org'` |

### Configuration

Expand Down