You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
Copy file name to clipboardExpand all lines: dev-docs/bidders/smartadserver.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Smart AdServer
4
4
description: Prebid Smart AdServer Bidder Adaptor
5
5
hide: true
6
6
biddercode: smartadserver
7
-
media_types: outstream
7
+
media_types: display, video
8
8
gdpr_supported: true
9
9
---
10
10
@@ -19,10 +19,22 @@ The Smart AdServer bidder adaptor requires setup and approval from the Smart AdS
19
19
|`siteId`| required | The placement site ID |`1234`|`integer`|
20
20
|`pageId`| required | The placement page ID |`1234`|`integer`|
21
21
|`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`|
23
23
|`target`| optional | The keyword targeting |`'sport=tennis'`|`string`|
24
24
|`currency`| optional | Override the default currency code (ISO 4217) of the ad request. (Default: `'USD'`) |`'EUR'`|`string`|
25
25
|`bidfloor`| optional | Bid floor for this placement in USD or in the currency specified by the `currency` parameter. (Default: `0.0`) |`0.42`|`float`|
26
26
|`appName`| optional | Mobile application name |`'Smart AdServer Preview'`|`string`|
27
27
|`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`|
0 commit comments