-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Request to add new bidder #4545
Conversation
envivoBidder is the new adapter we want to integrate with prebid.js
modules/envivoBidAdapter.js
Outdated
|
||
const SUPPORTED_AD_TYPES = [BANNER, VIDEO]; | ||
const BIDDER_CODE = 'envivo'; | ||
const DOMAIN = 'http://ad.nvivo.tv/'; |
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.
We're deprecating the use of http
with the prebid-3.0
release. We recommend you change this to https
to be part of the new prebid-3.0 release.
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.
As you said, we have changed from http to https.
@envivoBidder Hi, can you please update the docs on this repo? https://github.com/prebid/prebid.github.io |
@envivoBidder I was trying to test the video (instream) mediaType with the test params you provided in the md file. I'm getting a CORS error when I do so. Can you make some changes at your server to resolve this? Thanks. |
* Request to add new bidder envivoBidder is the new adapter we want to integrate with prebid.js * Add files via upload * Update envivoBidAdapter.md * Update envivoBidAdapter.js * Update envivoBidAdapter_spec.js
envivoBidder is the new adapter we want to integrate with prebid.js
Type of change
Description of change
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:
A link to a PR on the docs repo at https://github.com/prebid/prebid.github.io/
PR link Create envivo.md prebid.github.io#1699
Other information