Skip to content

Commit

Permalink
adds pbs doc for seedtag pbs adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
sangarbe committed Feb 11, 2025
1 parent 549e35c commit 478632b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion dev-docs/bidders/seedtag.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ coppa_supported: true
ortb_blocking_supported: partial
sidebarType: 1
gpp_supported: true
pbs: true
pbs_app_supported: false
floors_supported: true
---

### Note

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

### Bid Params
### Bid Params (pbjs)

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

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

### Bid Params (pbs)

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

| Name | Scope | Description | Example | Type |
|-------------------|---------------------|--------------------------------------------------------------------------------|-----------------------|----------|
| `adUnitId` | required | The adunit id. | 00000 | `string` |

### InScreen example

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

0 comments on commit 478632b

Please sign in to comment.