File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,32 @@ layout: bidder
3
3
title : IQzone
4
4
description : Prebid IQzone Bidder Adapter
5
5
biddercode : iqzone
6
- usp_supported : true
6
+ gpp_sids : usstate_all
7
7
tcfeu_supported : false
8
+ usp_supported : true
9
+ coppa_supported : true
8
10
schain_supported : true
11
+ deals_supported : false
12
+ floors_supported : true
13
+ fpd_supported : false
14
+ ortb_blocking_supported : false
9
15
media_types : banner, video, native
16
+ multiformat_supported : will-bid-on-one
17
+ userIds : all
10
18
pbjs : true
11
19
pbs : true
12
20
pbs_app_supported : true
21
+ safeframes_ok : true
13
22
sidebarType : 1
14
23
---
15
24
16
25
### Prebid.js Bid Params
17
26
18
27
{: .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' ` |
23
32
24
33
### Note
25
34
You can’t perform that action at this time.
0 commit comments