-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Changes from 3 commits
bb69cf9
e76e768
456d954
db0de9b
3228c7c
3204fd6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ gdpr_supported: true | |
usp_supported: true | ||
schain_supported: true | ||
userIds: id5Id | ||
media_types: banner | ||
media_types: banner, video | ||
glv_id: 965 | ||
--- | ||
|
||
|
@@ -18,5 +18,8 @@ glv_id: 965 | |
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|-----------------------|--------------------------------------|-----------| | ||
| `account` | required | Mediasquare owner ID | `'1067'` | `string` | | ||
| `tagId` | required | Mediasquare code ID | `'luvxjvgn'` | `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` | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
USD doesn't look to be in string format in this example. Assuming it needs the wrapping ticks?