Skip to content

Commit

Permalink
IQzone: Adapter update (#5344)
Browse files Browse the repository at this point in the history
* add IQZone adapter doc

* add new bid param

* fix

* updates

* add endpointId param

* updated adapter

* removed redundant symbol
  • Loading branch information
IQZoneAdx committed May 30, 2024
1 parent fca839f commit bdfc585
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions dev-docs/bidders/iqzone.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,32 @@ layout: bidder
title: IQzone
description: Prebid IQzone Bidder Adapter
biddercode: iqzone
usp_supported: true
gpp_sids: usstate_all
tcfeu_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
deals_supported: false
floors_supported: true
fpd_supported: false
ortb_blocking_supported: false
media_types: banner, video, native
multiformat_supported: will-bid-on-one
userIds: all
pbjs: true
pbs: true
pbs_app_supported: true
safeframes_ok: true
sidebarType: 1
---

### Prebid.js Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|------------|
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |

### Note

Expand Down

0 comments on commit bdfc585

Please sign in to comment.