Skip to content

Commit

Permalink
Update VIS.X parameter type documentation
Browse files Browse the repository at this point in the history
- Updated `uid` to support both `string` and `integer` types, reflecting the changes made in the respective Go and Java adapters
  • Loading branch information
deubaka committed Jan 11, 2023
1 parent 6fa3405 commit 599541b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/bidders/visx.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Please reach out to your account manager to enable Prebid.js for your account.
### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------|----------|-------------------------------------|------------|----------|
| `uid` | required | The publisher's ad unit ID in VIS.X | `'903536'` | `string` |
| Name | Scope | Description | Example | Type |
| ----- | -------- | --------------------------------------------------------------------------------------------------------------------------------------- | ---------- | --------------------- |
| `uid` | required | The publisher's ad unit ID in VIS.X. The parameter can be either a `string` or `integer` for Prebid.js, however `integer` is preferred. | `'903536'` | `integer` or `string` |

### Configuration

Expand Down

0 comments on commit 599541b

Please sign in to comment.