-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Nexverse Bid Adapter: bug fixes #13644
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
Nexverse Bid Adapter: bug fixes #13644
Conversation
import { getDeviceModel, buildEndpointUrl, isBidRequestValid, parseNativeResponse, printLog, getUid, getBidFloor, getOsInfo } from '../libraries/nexverseUtils/index.js'; | ||
import {getStorageManager} from '../src/storageManager.js'; | ||
import {MODULE_TYPE_UID} from '../src/activities/modules.js'; | ||
import { getOsVersion } from '../libraries/advangUtils/index.js'; |
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.
what was incorrect in this one? why not just fix it?
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 were using another adapter's getOsVersion()
method and assigning its value to the ORTB osv
field. However, getOsVersion()
was returning the OS name instead of the version, and getOs()
was returning an enum rather than the actual OS name. As a result, ORTB parsing was failing with our newly updated stack — hence the fix.
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.
hope it is not blocker
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.
any update ?
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.
Wouldn't that also be a problem for anyone else using the function?
i did latest master pull and now test cases are failing |
…rebid.js into mitesh/nexverse-bug-fix
Hi @patmmccann – We’d really appreciate it if you could review this today. It’s a major business blocker for us, and we’ve been stuck on it for a few weeks now. Hope you can help us move forward. |
Type of change
Description of change
This pull request updates the Nexverse Bid Adapter with the following enhancements and fixes:
All changes include appropriate test coverage and validation with the
hello_world.html
page.Other information
Adapter Maintainer: [anand.kumar@nexverse.ai]