Skip to content

Commit

Permalink
Smartadserver Bid Adapter: update parameter description (prebid#5675)
Browse files Browse the repository at this point in the history
* 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.

* Add GPP support

* add "for prebid.js"

* Replace gdpr with tcfeu

Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>

---------

Co-authored-by: Mordhak <adrien.desmoules@gmail.com>
Co-authored-by: Mordhak <adesmoules@smartadserver.com>
Co-authored-by: Sébastien Ferry <sferry@sas-corp.local>
Co-authored-by: gcarnec <gcarnec@smartadserver.com>
Co-authored-by: Yuriy Tyukhnin <ytyukhnin@smartadserver.com>
Co-authored-by: tadam <tadam@smartadserver.com>
Co-authored-by: krzysztof <88041828+krysztal-smart@users.noreply.github.com>
Co-authored-by: Spacedragoon <yorfedog.cenrac@gmail.com>
Co-authored-by: odureleau <101274264+odureleau@users.noreply.github.com>
Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com>
Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
  • Loading branch information
12 people authored Oct 31, 2024
1 parent d947ee6 commit d87011e
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions dev-docs/bidders/smartadserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Smart AdServer
description: Prebid Smart AdServer Bidder Adapter
biddercode: smartadserver
media_types: display, video, native
tcfeu_supported: true
gvl_id: 45
tcfeu_supported: true
gpp_supported: true
Expand All @@ -23,32 +24,32 @@ The Smart AdServer bidder adapter requires setup and approval from the Equativ (
### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|----------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|-----------|
| `networkId` | required for Prebid Server | The network identifier you have been provided with. | `1234` | `integer` |
| `siteId` | required for Prebid.js | 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` |
| `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` |
| `ckId` | optional | Unique Smart AdServer user ID | `1234567890123456789` | `integer` |
| `video` | optional | Parameter object for instream video. See [video Object](#smartadserver-video-object) | `{}` | `object` |
| `schain` | optional | Supply Chain | `'1.0,1!exchange1.com,1234,1,bid-request-1,publisher,publisher.com'` | `string` |

**Note:** The site, page and format identifiers have to all be provided or all empty.
| Name | Scope | Description | Example | Type |
|------|-------|-------------|---------|------|
| `networkId` | required for Prebid Server | The network identifier you have been provided with | `1234` | `integer` |
| `siteId` | required for Prebid.js | The placement site ID |`1234` | `integer` |
| `pageId` | required for Prebid.js | The placement page ID | `1234` | `integer` |
| `formatId` | required for Prebid.js | 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` |
| `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` |
| `ckId` | optional | Unique Smart AdServer user ID | `1234567890123456789` | `integer` |
| `video` | optional | Parameter object for instream video. See [video Object](#smartadserver-video-object) | `{}` | `object` |
| `schain` | optional | Supply Chain | `'1.0,1!exchange1.com,1234,1,bid-request-1,publisher,publisher.com'` | `string` |

**Note:** The site, page and format identifiers have to all be provided (for Prebid.js) or all empty (for Prebid Server).

<a name="smartadserver-video-object"></a>

#### Video Object

{: .table .table-bordered .table-striped }
| 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, default), 2 (generic mid-roll), 3 (generic post-roll) | `1` | `integer` |
| 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, default), 2 (generic mid-roll), 3 (generic post-roll) | `1` | `integer` |

### Supported Media Types (Prebid.js)

Expand All @@ -70,7 +71,7 @@ The Smart AdServer bidder adapter requires setup and approval from the Equativ (

### Examples

Without site/page/format :
Without site/page/format:

```json
"imp": [{
Expand All @@ -92,7 +93,7 @@ Without site/page/format :
}]
```

With site/page/format :
With site/page/format:

```json
"imp": [{
Expand Down

0 comments on commit d87011e

Please sign in to comment.