Skip to content

Commit aa8b37c

Browse files
markappmediaVitalii Sumlennyimuuki88
authored
Added Bid Adapter Harion (prebid#6413)
* new adapter harion * fix(pbs): set to false * Update dev-docs/bidders/harion.md Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com> * Update dev-docs/bidders/harion.md Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com> * feat(pbs): values changed * refactor(lint): removed empty line --------- Co-authored-by: Vitalii Sumlennyi <vitalii.sumlennyi@teqblaze.com> Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent e5589be commit aa8b37c

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

dev-docs/bidders/harion.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: bidder
3+
title: harion
4+
description: Prebid Harion Bidder Adapter
5+
biddercode: harion
6+
gpp_sids: usstate_all
7+
tcfeu_supported: true
8+
usp_supported: true
9+
coppa_supported: true
10+
schain_supported: true
11+
deals_supported: false
12+
floors_supported: true
13+
fpd_supported: false
14+
ortb_blocking_supported: false
15+
media_types: banner, video, native
16+
multiformat_supported: will-bid-on-one
17+
userIds: all
18+
pbjs: false
19+
pbs: false
20+
pbs_app_supported: false
21+
safeframes_ok: true
22+
sidebarType: 1
23+
gvl_id: 1406
24+
---
25+
26+
### Bid Params
27+
28+
{: .table .table-bordered .table-striped }
29+
| Name | Scope | Description | Example | Type |
30+
|---------------|----------|--------------|---------------------------------|------------|
31+
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
32+
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
33+
34+
### Note
35+
36+
For the prebid server and prebid.js you only need to use one parameter: either `placementId` or `endpointId`.

0 commit comments

Comments
 (0)