Skip to content

Commit

Permalink
Update smartadserver.md (#1295)
Browse files Browse the repository at this point in the history
make bid.params.domain optional
prebid/Prebid.js#3781
  • Loading branch information
phtechno authored and bretg committed May 1, 2019
1 parent dac6d65 commit 71b8808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/smartadserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ The Smart bidder adaptor requires setup and approval from the Smart Service team
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|-----------|
| `domain` | required | The network domain | `'http://prg.smartadserver.com', 'https://prg.smartadserver.com'` | `string` |
| `siteId` | required | The placement site ID | `1234` | `integer` |
| `pageId` | required | The placement page ID | `1234` | `integer` |
| `formatId` | required | The placement format ID | `1234` | `integer` |
| `domain` | optional | The network domain (default see example) | `'http://prg.smartadserver.com', 'https://prg.smartadserver.com'` | `string` |
| `target` | optional | The keyword targeting | `'sport=tennis'` | `string` |
| `currency` | optional | Override the default currency code (ISO 4217) of the ad request. (Default: `'USD'`) | `'EUR'` | `string` |
| `bidfloor` | optional | Bid floor for this placement in USD or in the currency specified by the `currency` parameter. (Default: `0.0`) | `0.42` | `float` |
Expand Down

0 comments on commit 71b8808

Please sign in to comment.