-
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
YieldNexus: Rename adapter's name #3508
YieldNexus: Rename adapter's name #3508
Conversation
Merging back with prebid master
@sa1omon - you'll need to rename the dev-docs/bidders/yieldNexus.md file over in https://github.com/prebid/prebid.github.io as well Note that renaming like this is likely to cause issues with the Download page -- I believe users will get errors when trying to retrieve yieldnexus for previous releases. Assuming you're ok with this, I'll merge after the docs PR is submitted. |
Hi @bretg,
|
@sa1omon - I changed the biddercode in the docs .md file and yieldNexus now downloads. Can we close this PR or would you prefer to make the name change anyhow? |
Hi @bretg, Thanks |
Sorry - what's the problem? yieldNexus is camel case almost everywhere right now and downloads. The only place it's not camel case is in https://github.com/prebid/Prebid.js/blob/master/modules/yieldNexusBidAdapter.js
If what you're saying is that bids don't actually work, that's likely the problem. So again - if you want to rename everything to lower case, that's fine. Or you can just fix yieldNexusBidAdapter.js to be camel case and all should be good. |
Hi @bretg, |
Ok. |
* Add support for multiple media types. Add test coverage. * Add support for multiple media types. Add test coverage. * Modify multi-format ads handler. Modify tests. * Rename yieldnexus bid adapter to fix download issue
Type of change
Description of change
Renamed
yieldNexusBidAdapter.js
toyieldnexusBidAdapter.js
in order to fix download issue.