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

Skip to content

Commit 12bc650

Browse files
authored
adds pbs doc for seedtag pbs adapter (prebid#5866)
1 parent 2208a97 commit 12bc650

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

dev-docs/bidders/seedtag.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ coppa_supported: true
1414
ortb_blocking_supported: partial
1515
sidebarType: 1
1616
gpp_supported: true
17+
pbs: true
18+
pbs_app_supported: false
19+
floors_supported: true
1720
---
1821

1922
### Note
2023

2124
Please reach out to your seedtag account team before using this plugin.
2225
The publisher id 0000-0000-01 returns demo responses.
2326

24-
### Bid Params
27+
### Bid Params (pbjs)
2528

2629
{: .table .table-bordered .table-striped }
2730

@@ -31,6 +34,14 @@ The publisher id 0000-0000-01 returns demo responses.
3134
| `adUnitId` | required | The adunit id. | 00000 | `string` |
3235
| `placement` | required | Adunit placement, posibles values: inScreen, inArticle | inScreen | `string` |
3336

37+
### Bid Params (pbs)
38+
39+
{: .table .table-bordered .table-striped }
40+
41+
| Name | Scope | Description | Example | Type |
42+
|-------------------|---------------------|--------------------------------------------------------------------------------|-----------------------|----------|
43+
| `adUnitId` | required | The adunit id. | 00000 | `string` |
44+
3445
### InScreen example
3546

3647
The integration for Seedtag uses banner mediaTypes for all types of creatives (display/video)

0 commit comments

Comments
 (0)