Skip to content

Commit 34c48ab

Browse files
authored
update bidder doc for seedtag (#3392)
1 parent b558274 commit 34c48ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-docs/bidders/seedtag.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: bidder
33
title: seedtag
44
description: Prebid Seedtag Bidder Adapter
55
pbjs: true
6+
gdpr_supported: true
7+
gvl_id: 157
68
media_types: banner, video
79
biddercode: seedtag
810
---
@@ -19,7 +21,7 @@ The publisher id 0000-0000-01 returns demo responses.
1921
| Name | Scope | Description | Example | Type |
2022
|-------------------|---------------------|--------------------------------------------------------------------------------|-----------------------|----------|
2123
| `publisherId` | required | The publisher id. | 0000-0000-01 | `string` |
22-
| `adunitId` | required | The adunit id. | 00000 | `string` |
24+
| `adUnitId` | required | The adunit id. | 00000 | `string` |
2325
| `placement` | required | Adunit placement, posibles values: banner, video, inImage, inScreen, inArticle | banner | `string` |
2426
| `adPosition` | optional | 0 - Below the Fold, 1 - Above the Fold | 0 | `number` |
2527
| `video` | optional for video | Video targeting parameters. See the video section below. | {} | `object` |

0 commit comments

Comments
 (0)