Skip to content

Commit d40d295

Browse files
authored
DAS Bid Adapter: (prebid#6326)
- added documentation
1 parent abcf9a9 commit d40d295

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

dev-docs/bidders/das.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: bidder
3+
title: DAS
4+
description: Prebid DAS Bidder Adapter
5+
biddercode: das
6+
media_types: banner, native
7+
pbjs: true
8+
pbs: false
9+
prebid_member: false
10+
gvl_id: 1021
11+
tcfeu_supported: true
12+
safeframes_ok: false
13+
deals_supported: false
14+
floors_supported: false
15+
fpd_supported: false
16+
sidebarType: 1
17+
multiformat_supported: will-bid-on-one
18+
dsa_supported: true
19+
privacy_sandbox: paapi
20+
ortb_blocking_supported: false
21+
schain_supported: false
22+
dchain_supported: false
23+
gpp_sids: None
24+
coppa_supported: false
25+
usp_supported: false
26+
---
27+
28+
### Bid Params
29+
30+
{: .table .table-bordered .table-striped }
31+
| Name | Scope | Description | Example | Type |
32+
|------------------|----------|------------------------------------------------------------------------------------------------------|---------------------------------------------|----------|
33+
| `network` | required | Specific identifier provided by RAS | `'4178463'` | `string` |
34+
| `site` | required | Specific identifier name (case-insensitive) that is associated with this ad unit. Represents the website/domain in the ad unit hierarchy | `'example_com'` | `string` |
35+
| `area` | required | Ad unit category name; only case-insensitive alphanumeric with underscores and hyphens are allowed. Represents the content section or category | `'sport'` | `string` |
36+
| `slot` | required | Ad unit placement name (case-insensitive) provided by RAS | `'slot'` | `string` |
37+
| `pageContext` | optional | Web page context data | `{}` | `object` |
38+
| `pageContext.dr` | optional | Document referrer URL address | `'https://example.com/'` | `string` |
39+
| `pageContext.du` | optional | Document URL address | `'https://example.com/sport/football/article.html?id=932016a5-02fc-4d5c-b643-fafc2f270f06'` | `string` |
40+
| `pageContext.dv` | optional | Document virtual address as slash-separated path that may consist of any number of parts (case-insensitive alphanumeric with underscores and hyphens); first part should be the same as `site` value and second as `area` value; next parts may reflect website navigation | `'example_com/sport/football'` | `string` |
41+
| `pageContext.keyWords` | optional | List of keywords associated with this ad unit; only case-insensitive alphanumeric with underscores and hyphens are allowed | `['euro', 'lewandowski']` | `string[]` |
42+
| `pageContext.keyValues` | optional | Key-values associated with this ad unit (case-insensitive); following characters are not allowed in the values: `" ' = ! + # * ~ ; ^ ( ) < > ] [ & @` | `{}` | `object` |
43+
| `pageContext.keyValues.ci` | optional | Content unique identifier | `'932016a5-02fc-4d5c-b643-fafc2f270f06'` | `object` |
44+
| `pageContext.keyValues.adunit` | optional | Ad unit name | `'example_com/sport'` | `string` |

0 commit comments

Comments
 (0)