Skip to content

Commit

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

* add new bid param

* fix

* updates
  • Loading branch information
IQZoneAdx committed Sep 21, 2021
1 parent 54e2dcb commit abea589
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev-docs/bidders/iqzone.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ pbs_app_supported: true
|---------------|----------|-----------------------|-----------|-----------|
| `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'` |
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |

### Note

For the prebid server, you only need to use one parameter, placementId or endpointId

0 comments on commit abea589

Please sign in to comment.