Skip to content

Commit 3cf1a0d

Browse files
quietPushermderevyankoapykhteyev
authored
New adapter: Performist (prebid#5968)
* new adapter performist.md * add empty line and false for pbjs * Update performist.md fix * Update performist.md Modify required fields * Update performist.md fix host * Update performist.md Host to Optional * Update performist.md --------- Co-authored-by: mderevyanko <mderevyanko24@gmail.com> Co-authored-by: maksimD24 <129727954+maksimD24@users.noreply.github.com> Co-authored-by: Alexander Pykhteyev <alex.pykhteyev@gmail.com>
1 parent ecb172c commit 3cf1a0d

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

dev-docs/bidders/performist.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: bidder
3+
title: Performist
4+
description: Prebid Performist Bidder Adaptor
5+
biddercode: performist
6+
pbjs: false
7+
pbs: true
8+
media_types: video, banner
9+
userIds: all
10+
fpd_supported: false
11+
tcfeu_supported: false
12+
usp_supported: true
13+
coppa_supported: true
14+
schain_supported: true
15+
prebid_member: false
16+
ortb_blocking_supported: true
17+
multiformat_supported: will-bid-on-one
18+
floors_supported: false
19+
aliasCode: limelightDigital
20+
sidebarType: 1
21+
---
22+
23+
### Bid Params
24+
25+
{: .table .table-bordered .table-striped }
26+
27+
| Name | Scope | Description | Example | Type |
28+
|:--------------|:---------|:--------------------------------------------------------------|:-----------------------|:----------|
29+
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
30+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
31+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
32+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
33+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
34+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
35+
36+
Performist server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
37+
Performist server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.

0 commit comments

Comments
 (0)