diff --git a/dev-docs/bidders/invibes.md b/dev-docs/bidders/invibes.md index ac767ce7e9..f55b190ea5 100644 --- a/dev-docs/bidders/invibes.md +++ b/dev-docs/bidders/invibes.md @@ -12,7 +12,10 @@ pbs: true ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|-----------------|----------|--------------------------|--------------|----------| -| `placementId` | required | The Invibes placement ID | `'1234567'` | `string` | -| `adContainerId` | optional | Id of ad container | `'test-div'` | `string` | +| Name | Scope | Description | Example | Type | +|-----------------|----------|--------------------------------------|-------------------------------------------------|----------| +| `placementId` | required | The Invibes placement ID | `'1234567'` | `string` | +| `adContainerId` | optional | Id of ad container (only prebid js) | `'test-div'` | `string` | +| `domainId` | optional | Id of domain (only prebid server) | `1001` | `integer`| +| `debug` | optional | Debug paramentes (only prebid server)| `{ "testBvid": "1234", "testLog": true }` | `object` | +