Skip to content

Commit

Permalink
Update smartadserver.md (#2047)
Browse files Browse the repository at this point in the history
Removing the currency parameter from our available params.
Removing the startDelay 0 value (it does not exist).
Adding the startDelay 1 as default in documentation.
  • Loading branch information
lowendavid committed Jun 25, 2020
1 parent af22967 commit 1646b11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-docs/bidders/smartadserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ The Smart AdServer bidder adaptor requires setup and approval from the Smart AdS
| `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` |
| `appName` | optional | Mobile application name | `'Smart AdServer Preview'` | `string` |
| `buId` | optional | Mobile application bundle ID | `'com.smartadserver.android.dashboard'` | `string` |
Expand All @@ -41,4 +40,4 @@ The Smart AdServer bidder adaptor requires setup and approval from the Smart AdS
| Name | Scope | Description | Example | Type |
|--------------|----------|-------------------------------------------------------------------------------------------------------------------------|------------------------|-----------|
| `protocol` | optional | Maximum open RTB video protocol supported | `8` (VAST 4.0 wrapper) | `integer` |
| `startDelay` | optional | Allowed values: 1 (generic pre-roll), 2 (generic mid-roll), 3 (generic post-roll), 0 (all positions, default) | `1` | `integer` |
| `startDelay` | optional | Allowed values: 1 (generic pre-roll, default), 2 (generic mid-roll), 3 (generic post-roll) | `1` | `integer` |

0 comments on commit 1646b11

Please sign in to comment.