Skip to content

Commit e3e5bd4

Browse files
evanmsmrtbbretg
andauthored
Resetdigital Docs (#2967)
* SmartRTB doc file * adding quotes to string params * Update smartrtb bidder docs. Show support for gdpr, id5, video * updating header attributes Note that if you want to have a note about pub-supplied video renderer, is should be in the body of the doc, not in the header. Thanks. * ResetDigital bidder doc * Add bidder doc for ResetDigital * added quotes to string args Co-authored-by: bretg <[email protected]>
1 parent 7eaa1be commit e3e5bd4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dev-docs/bidders/resetdigital.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: bidder
3+
title: ResetDigital
4+
description: Reset Digital Bidder Module
5+
hide: true
6+
pbjs: true
7+
biddercode: resetdigital
8+
gdpr_supported: true
9+
media_types: banner, video
10+
---
11+
12+
### bid params
13+
14+
{: .table .table-bordered .table-striped }
15+
16+
| Name | Scope | Description | Example | Type |
17+
|----------|----------|-------------|------------------------------------|----------|
18+
| `pubId` | required | Publisher account id | `'123pubid'` | `string` |
19+
| `zoneId` | optional | Ad zone specific id if provided | `'456zoneId'` | `string` |
20+
| `forceBid` | optional | Returns test bid | true | `boolean` |

0 commit comments

Comments
 (0)