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

Skip to content

Commit 0ff05a8

Browse files
authored
New bidder adapter: pubgenius (prebid#1963)
* add bidder params doc for pubgenius adapter * add test bidder param
1 parent 898ff6e commit 0ff05a8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dev-docs/bidders/pubgenius.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: bidder
3+
title: pubGENIUS
4+
description: Prebid pubGENIUS Bidder Adaptor
5+
hide: true
6+
biddercode: pubgenius
7+
media_types: banner
8+
gdpr_supported: true
9+
usp_supported: true
10+
schain_supported: true
11+
coppa_supported: true
12+
userIds: unifiedId
13+
---
14+
15+
### Bid Params
16+
17+
{: .table .table-bordered .table-striped }
18+
| Name | Scope | Description | Example | Type |
19+
|------------|----------|-----------------------------------------------------------------------------------------------------------------|----------|-----------|
20+
| `adUnitId` | required | pubGENIUS ad unit ID. | `'1234'` | `string` |
21+
| `bidFloor` | optional | Bid floor | `0.01` | `number` |
22+
| `position` | optional | Ad position on the page. Supported values: `0` - unknown (default), `1` - above the fold, `3` - below the fold. | `1` | `integer` |
23+
| `test` | optional | Indicates bidding for testing purposes | `true` | `boolean` |

0 commit comments

Comments
 (0)