Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nexx360 Bid Adapter - Additional documentation #3701

Merged
merged 6 commits into from
Jul 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion dev-docs/bidders/nexx360.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ pbs: false
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|--------------------------------------|-----------|
| `account` | required | Nexx360 account | `'1067'` | `string` |
| `account` | required | Nexx360 account ID | `'1067'` | `string` |
| `tagId` | required | Nexx360 tag ID | `'luvxjvgn'` | `string` |
| `bidfloor` | optional | Bidfloor applied to auction (default: 0) | `0.8` | `float` |
| `bidfloorCurrency` | optional | Bidfloor currency (default: `'USD'`) - Can be `'USD'` or `'EUR'` | `'USD'` | `string` |
| `keywords` | optional | Keywords used for targeting | `{ 'interest': ['cars', 'sports']}` | `object` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I should have noticed this before, but a 'keywords' parameter is not allowed unless you also support standard first party data. It's not acceptable for publishers to have to pass your adapter special first party data.

However, I'll let this docs PR go through and open a Prebid.js issue for you to enhance your bid adapter to look for FPD in the standard conventional way. https://docs.prebid.org/features/firstPartyData.html


### Test Parameters

Expand Down