File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,11 @@ pbs: false
20
20
{: .table .table-bordered .table-striped }
21
21
| Name | Scope | Description | Example | Type |
22
22
| ---------------| ----------| -----------------------| --------------------------------------| -----------|
23
- | ` account ` | required | Nexx360 account | ` '1067' ` | ` string ` |
23
+ | ` account ` | required | Nexx360 account ID | ` '1067' ` | ` string ` |
24
24
| ` tagId ` | required | Nexx360 tag ID | ` 'luvxjvgn' ` | ` string ` |
25
+ | ` bidfloor ` | optional | Bidfloor applied to auction (default: 0) | ` 0.8 ` | ` float ` |
26
+ | ` bidfloorCurrency ` | optional | Bidfloor currency (default: ` 'USD' ` ) - Can be ` 'USD' ` or ` 'EUR' ` | ` 'USD' ` | ` string ` |
27
+ | ` keywords ` | optional | Keywords used for targeting | ` { 'interest': ['cars', 'sports']} ` | ` object ` |
25
28
26
29
### Test Parameters
27
30
You can’t perform that action at this time.
0 commit comments