Skip to content

Commit f42a4ba

Browse files
Update invibes.md (prebid#6021)
The customEndpoint is a string, not an integer
1 parent 992be7d commit f42a4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-docs/bidders/invibes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ The bidder will NOT set any cookies. The bidder will also try to read from Cooki
4141
|-----------------|----------|--------------------------------------|-------------------------------------------------|----------|
4242
| `placementId` | required | The Invibes placement ID | `'1234567'` | `string` |
4343
| `domainId` | optional | Id of domain | `1001` | `integer`|
44-
| `customEndpoint`| optional | Custom test domain | `https://bid.videostep.com/Bid/VideoAdContent` | `integer`|
44+
| `customEndpoint`| optional | Custom test domain | `https://bid.videostep.com/Bid/VideoAdContent` | `string` |
4545
| `debug` | optional | Debug paramentes (only prebid server)| `{ "testBvid": "1234", "testLog": true }` | `object` |

0 commit comments

Comments
 (0)