Prebid.js
Prebid.js copied to clipboard
Viqeo Bid Adapter: initial adapter release
Type of change
- [ ] Bugfix
- [ ] Feature
- [x] New bidder adapter
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Does this change affect user-facing APIs or examples documented on http://prebid.org?
- [ ] Other
Description of change
Viqeo Bidder Adapter for Prebid.js.
- test parameters for validating bids
{
bidder: 'viqeo',
params: {
user: {
buyeruid: '1',
},
playerOptions: {
videoId: 'ed584da454c7205ca7e4',
profileId: 1382,
},
test: 1,
}
}
Be sure to test the integration with your adserver using the Hello World sample page.
- contact email of the adapter’s maintainer: [email protected]
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:
- A link to a PR on the docs repo at https://github.com/prebid/prebid.github.io/pull/3987