Skip to content

Commit fc2bd45

Browse files
gchicoyejlaso
authored andcommitted
Nexx360 Bid Adapter - Additional documentation (prebid#3701)
* video added * additional parameters added * Fix currency to string format As discussed, I've fix the string to currency issue * Fix update
1 parent ed9a1fa commit fc2bd45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev-docs/bidders/nexx360.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ pbs: false
2020
{: .table .table-bordered .table-striped }
2121
| Name | Scope | Description | Example | Type |
2222
|---------------|----------|-----------------------|--------------------------------------|-----------|
23-
| `account` | required | Nexx360 account | `'1067'` | `string` |
23+
| `account` | required | Nexx360 account ID | `'1067'` | `string` |
2424
| `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` |
2528

2629
### Test Parameters
2730

0 commit comments

Comments
 (0)