Prebid.js icon indicating copy to clipboard operation
Prebid.js copied to clipboard

Viqeo Bid Adapter: initial adapter release

Open kinoshnik2070 opened this issue 3 years ago • 0 comments

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.

For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:

Other information

kinoshnik2070 avatar Aug 30 '22 12:08 kinoshnik2070