Skip to content

Commit fef1b88

Browse files
tadam75bretg
authored andcommitted
Smart: video support (prebid#1568)
* Fix domain sample * Add HTTPS sample for domain parameter * Add HTTPS sample for domain parameter * Add Smart AdServer in the index and download list * Add currency parameter documentation * Revert "Merge remote-tracking branch 'refs/remotes/prebid/master'" This reverts commit 099edc2, reversing changes made to 07ce9fd. * Update documentation Specify "target" parameter development status * Adding documentation for bidfloor parameter. * Updating documentation for smart adserver adapter.
1 parent 9944ccc commit fef1b88

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

dev-docs/bidders/smartadserver.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Smart AdServer
44
description: Prebid Smart AdServer Bidder Adaptor
55
hide: true
66
biddercode: smartadserver
7-
media_types: outstream
7+
media_types: display, video
88
gdpr_supported: true
99
---
1010

@@ -19,10 +19,22 @@ The Smart AdServer bidder adaptor requires setup and approval from the Smart AdS
1919
| `siteId` | required | The placement site ID | `1234` | `integer` |
2020
| `pageId` | required | The placement page ID | `1234` | `integer` |
2121
| `formatId` | required | The placement format ID | `1234` | `integer` |
22-
| `domain` | optional | The network domain (default see example) | `'http://prg.smartadserver.com', 'https://prg.smartadserver.com'` | `string` |
22+
| `domain` | optional | The network domain (default see example) | `'http://prg.smartadserver.com', 'https://prg.smartadserver.com'` | `string` |
2323
| `target` | optional | The keyword targeting | `'sport=tennis'` | `string` |
2424
| `currency` | optional | Override the default currency code (ISO 4217) of the ad request. (Default: `'USD'`) | `'EUR'` | `string` |
2525
| `bidfloor` | optional | Bid floor for this placement in USD or in the currency specified by the `currency` parameter. (Default: `0.0`) | `0.42` | `float` |
2626
| `appName` | optional | Mobile application name | `'Smart AdServer Preview'` | `string` |
2727
| `buId` | optional | Mobile application bundle ID | `'com.smartadserver.android.dashboard'` | `string` |
28-
| `ckId` | optional | Unique Smart AdServer user ID | `1234567890123456789` | `integer` |
28+
| `ckId` | optional | Unique Smart AdServer user ID | `1234567890123456789` | `integer` |
29+
| `video` | optional | Parameter object for instream video. See [video Object](#smartadserver-video-object) | `{}` | `object` |
30+
31+
32+
<a name="smartadserver-video-object" />
33+
34+
#### video Object
35+
36+
{: .table .table-bordered .table-striped }
37+
| Name | Scope | Description | Example | Type |
38+
|--------------|----------|---------------------------------------------------------|------------------------|-----------|
39+
| `protocol` | optional | Maximum open RTB video protocol supported | `8` (VAST 4.0 wrapper) | `integer` |
40+
| `startDelay` | optional | 1 for Pre-Roll, 2 for Mid-Roll, 3 for Post-Roll | `1` | `integer` |

0 commit comments

Comments
 (0)