Skip to content

Commit 84d5474

Browse files
authored
added quotes around string params
1 parent cb86d95 commit 84d5474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-docs/bidders/jixie.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ To use this bidder you will need an account and a valid unit from us. For furthe
1919
{: .table .table-bordered .table-striped }
2020
| Name | Scope | Description | Example | Type |
2121
|-------------------|----------|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|------------|
22-
| `unit` | required | The unit from jixie | `1000012-VyuoGmDQQQ` | `string` |
23-
| `accountid` | optional | The accountid from jixie | `12345678901234567890` | `string` |
24-
| `jxprop1` | optional | special property #1 | `somethingspecial1` | `string` |
25-
| `jxprop2` | optional | special property #2 | `somethingspecial2` | `string` |
22+
| `unit` | required | The unit from jixie | `'1000012-VyuoGmDQQQ'` | `string` |
23+
| `accountid` | optional | The accountid from jixie | `'12345678901234567890'` | `string` |
24+
| `jxprop1` | optional | special property #1 | `'somethingspecial1'` | `string` |
25+
| `jxprop2` | optional | special property #2 | `'somethingspecial2'` | `string` |
2626

0 commit comments

Comments
 (0)