Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equativ: multiformat_supported, will-bid-on-any #5762

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 23 additions & 5 deletions dev-docs/bidders/smartadserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,30 @@ layout: bidder
title: Smart AdServer
description: Prebid Smart AdServer Bidder Adapter
biddercode: smartadserver
media_types: display, video, native
media_types: display, video, native, audio
tcfeu_supported: true
gvl_id: 45
tcfeu_supported: true
multiformat_supported: will-bid-on-any
coppa_supported: true
gpp_supported: true
gpp_sids: tcfca, tcfeu, usnat, usstate_all, usp
schain_supported: true
dchain_supported: false
usp_supported: true
fpd_supported: true
dsa_supported: true
deals_supported: true
safeframes_ok: true
userIds: all
pbjs: true
pbs: true
pbs_app_supported: true
prebid_member: false
floors_supported: true
ortb_blocking_supported: true
aliasCode: equativ
privacy_sandbox: no
sidebarType: 1
---

Expand Down Expand Up @@ -58,6 +71,7 @@ The Smart AdServer bidder adapter requires setup and approval from the Equativ (
|---|---|
| `banner` | Supported |
| `video` | Supported |
| `audio` | Supported |
| `native` | Not currently supported |

### Supported Media Types (Prebid Server)
Expand All @@ -67,8 +81,12 @@ The Smart AdServer bidder adapter requires setup and approval from the Equativ (
|------|-------|
| `banner` | Supported |
| `video` | Supported |
| `audio` | Supported |
| `native` | Supported |

### Coppa support
Coppa is supported by our prebid server adapter but not by our prebid.js adapter.

### Examples

Without site/page/format:
Expand Down Expand Up @@ -109,10 +127,10 @@ With site/page/format:
},
"ext": {
"smartadserver": {
"networkId": 73
"siteId": 1,
"pageId": 2,
"formatId": 3
"networkId": 73,
"siteId": 1,
"pageId": 2,
"formatId": 3
}
}
}]
Expand Down
Loading