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

Skip to content

Commit f1b7791

Browse files
UNIQUEST Bid Adapter: initial release (prebid#5929)
* add uniquest bid adapter, analytics adapter * add infomation to uniquest.md
1 parent 66a31c1 commit f1b7791

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

dev-docs/analytics/uniquest.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: analytics
3+
title: UNIQUEST
4+
description: UNIQUEST Prebid Analytics Adapter
5+
modulecode: uniquest
6+
enable_download: false
7+
---
8+
9+
#### Analytics Options
10+
11+
{: .table .table-bordered .table-striped }
12+
| Name | Scope | Description | Example | Type |
13+
|-------|----------|---------------------------|----------|----------|
14+
| `sid` | required | The AdUnit ID from UNIQUEST | `'SID00001'` | `string` |

dev-docs/bidders/uniquest.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: UNIQUEST
4+
description: Prebid UNIQUEST Bidder Adapter
5+
biddercode: uniquest
6+
pbjs: true
7+
media_types: banner
8+
sidebarType: 1
9+
safeframes_ok: false
10+
pbs: false
11+
deals_supported: false
12+
tcfeu_supported: false
13+
usp_supported: false
14+
prebid_member: false
15+
coppa_supported: false
16+
schain_supported: false
17+
dchain_supported: false
18+
floors_supported: false
19+
ortb_blocking_supported: false
20+
gpp_sids: none
21+
gvl_id: none
22+
dsa_supported: false
23+
fpd_supported: false
24+
multiformat_supported: none
25+
privacy_sandbox: none
26+
---
27+
28+
### Registration
29+
To use this bidder you will need with UNIQUEST. For further information, Please contact us at <[email protected]>.
30+
31+
### Bid Params
32+
33+
{: .table .table-bordered .table-striped }
34+
| Name | Scope | Description | Example | Type |
35+
|-------|----------|---------------------------|----------|----------|
36+
| `sid` | required | The AdUnit ID from UNIQUEST | `'SID00001'` | `string` |

0 commit comments

Comments
 (0)