Skip to content

Commit bdfc585

Browse files
authored
IQzone: Adapter update (#5344)
* add IQZone adapter doc * add new bid param * fix * updates * add endpointId param * updated adapter * removed redundant symbol
1 parent fca839f commit bdfc585

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

dev-docs/bidders/iqzone.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,32 @@ layout: bidder
33
title: IQzone
44
description: Prebid IQzone Bidder Adapter
55
biddercode: iqzone
6-
usp_supported: true
6+
gpp_sids: usstate_all
77
tcfeu_supported: false
8+
usp_supported: true
9+
coppa_supported: true
810
schain_supported: true
11+
deals_supported: false
12+
floors_supported: true
13+
fpd_supported: false
14+
ortb_blocking_supported: false
915
media_types: banner, video, native
16+
multiformat_supported: will-bid-on-one
17+
userIds: all
1018
pbjs: true
1119
pbs: true
1220
pbs_app_supported: true
21+
safeframes_ok: true
1322
sidebarType: 1
1423
---
1524

1625
### Prebid.js Bid Params
1726

1827
{: .table .table-bordered .table-striped }
19-
| Name | Scope | Description | Example | Type |
20-
|---------------|----------|-----------------------|-----------|-----------|
21-
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
22-
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
28+
| Name | Scope | Description | Example | Type |
29+
|---------------|----------|-----------------------|-----------|------------|
30+
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
31+
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
2332

2433
### Note
2534

0 commit comments

Comments
 (0)