Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b526c9f

Browse files
odureleauadesmoulesMordhakSébastien FerrySpacedragoon
authored
Add native handling for PBS only (prebid#3883)
* 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. * [SIM-1517] Update doc Co-authored-by: Mordhak <[email protected]> Co-authored-by: Mordhak <[email protected]> Co-authored-by: Sébastien Ferry <[email protected]> Co-authored-by: gcarnec <[email protected]> Co-authored-by: Yuriy Tyukhnin <[email protected]> Co-authored-by: tadam <[email protected]> Co-authored-by: krzysztof <[email protected]> Co-authored-by: Spacedragoon <[email protected]>
1 parent dd9d697 commit b526c9f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ Gemfile.lock
1212

1313
# Files generated by `npm install`
1414
node_modules/
15+
/.vs/prebid.github.io/v17/.suo
16+
/.vs/slnx.sqlite
17+
/.vs

dev-docs/bidders/smartadserver.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: bidder
33
title: Smart AdServer
44
description: Prebid Smart AdServer Bidder Adaptor
55
biddercode: smartadserver
6-
media_types: display, video
6+
media_types: display, video, native
77
gdpr_supported: true
88
schain_supported: true
99
usp_supported: true
@@ -47,6 +47,24 @@ The Smart AdServer bidder adaptor requires setup and approval from the Smart AdS
4747
| `protocol` | optional | Maximum open RTB video protocol supported | `8` (VAST 4.0 wrapper) | `integer` |
4848
| `startDelay` | optional | Allowed values: 1 (generic pre-roll, default), 2 (generic mid-roll), 3 (generic post-roll) | `1` | `integer` |
4949

50+
### Supported Media Types (Prebid.js)
51+
52+
{: .table .table-bordered .table-striped }
53+
| Type | Support |
54+
|---|---|
55+
| `banner` | Supported |
56+
| `video` | Supported |
57+
| `native` | Not currently supported |
58+
59+
### Supported Media Types (Prebid Server)
60+
61+
{: .table .table-bordered .table-striped }
62+
| Type | Support |
63+
|------|-------|
64+
| `banner` | Supported |
65+
| `video` | Supported |
66+
| `native` | Supported |
67+
5068
### Examples
5169

5270
Without site/page/format :

0 commit comments

Comments
 (0)