From 71b8808bed09783ffaac507b0ba111f2cb3acd41 Mon Sep 17 00:00:00 2001 From: phtechno Date: Wed, 1 May 2019 21:49:40 +0200 Subject: [PATCH] Update smartadserver.md (#1295) make bid.params.domain optional https://github.com/prebid/Prebid.js/pull/3781 --- dev-docs/bidders/smartadserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/smartadserver.md b/dev-docs/bidders/smartadserver.md index ccff452b0a..e2c6521787 100644 --- a/dev-docs/bidders/smartadserver.md +++ b/dev-docs/bidders/smartadserver.md @@ -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` |