diff --git a/dev-docs/bidders/iqzone.md b/dev-docs/bidders/iqzone.md index d91e74b1f0..2c5c50e850 100644 --- a/dev-docs/bidders/iqzone.md +++ b/dev-docs/bidders/iqzone.md @@ -1,7 +1,7 @@ --- layout: bidder -title: IQZone -description: Prebid IQZone Bidder Adapter +title: IQzone +description: Prebid IQzone Bidder Adapter biddercode: iqzone usp_supported: true gdpr_supported: true @@ -12,9 +12,17 @@ pbs: true pbs_app_supported: true --- -### Bid Params +### Prebid.js Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------------|----------|----------------------------------------------------------|------------|-----------| -| `placementId` | required | Placement Id | `'0'` | `string` | +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------|-----------|-----------| +| `placementId` | required | Placement Id | `'0'` | `'string'` | + + +### Prebid server Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------|-----------|-----------| +| `endpointId` | required | Endpoint Id | `'0'` | `'string'` | \ No newline at end of file