Skip to content

Commit

Permalink
jixie: param updates (#2717)
Browse files Browse the repository at this point in the history
* as we are adding the prebid-server adaptor and introduced a few extra params , they are added here too
(note: those 3 new params would also reach the headerbid adserver in the case of prebid "clientside HB" too. So all good)

* added quotes around string params

Co-authored-by: bretg <bgorsline@gmail.com>
  • Loading branch information
jxdeveloper1 and bretg authored Mar 4, 2021
1 parent ac9d560 commit 717c500
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-docs/bidders/jixie.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ To use this bidder you will need an account and a valid unit from us. For furthe
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------------|----------|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|------------|
| `unit` | required | The unit from jixie Digital. | `1000012-VyuoGmDF0A` | `string` |
| `unit` | required | The unit from jixie | `'1000012-VyuoGmDQQQ'` | `string` |
| `accountid` | optional | The accountid from jixie | `'12345678901234567890'` | `string` |
| `jxprop1` | optional | special property #1 | `'somethingspecial1'` | `string` |
| `jxprop2` | optional | special property #2 | `'somethingspecial2'` | `string` |

0 comments on commit 717c500

Please sign in to comment.