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

NextMillenniumBidAdapter: Updated description #5672

12 changes: 8 additions & 4 deletions dev-docs/bidders/nextMillennium.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,14 @@ The adapter for Prebid.js supports the following options:
* `site.pagecat`
* `site.content.cat`
* `site.content.language`
* `device.sua'`
* `site.keywords'`
* `site.content.keywords'`
* `user.keywords'`
* `device.sua`
* `site.keywords`
* `site.content.keywords`
* `user.keywords`
* `bcat`
* `badv`
* `wlang`
* `wlangb`

You can set these parameters through the Prebid.js configuration setup functions: [pbjs.setConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html) or [pbjs.setBidderConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setBidderConfig.html).
An example of setting openrtb parameters for the entire prebid.js script.
Expand Down