-
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
Vdo.ai Bid Adapter : update to prebid version 9 #12284
base: master
Are you sure you want to change the base?
Conversation
Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:
Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀 |
Tread carefully! This PR adds 1 linter error (possibly disabled through directives):
|
Tread carefully! This PR adds 1 linter error (possibly disabled through directives):
|
Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:
Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀 |
Tread carefully! This PR adds 1 linter error (possibly disabled through directives):
|
it appears you have a lot of duplication with the onetag adapter. Please move the visibility code in both adapters into a common utility library, probably the precentInView one |
Tread carefully! This PR adds 1 linter error (possibly disabled through directives):
|
hi @patmmccann We have removed the visibility and page timing functions since they are not required anymore on our end. LMK if anything else needs to be done. |
Hi @patmmccann I’d like to follow up on the status of the merge request. Is there anything I can assist with to help expedite the process? |
modules/vdoaiBidAdapter.js
Outdated
if (validBidRequests && validBidRequests.length !== 0 && validBidRequests[0].userIdAsEids) { | ||
payload.userId = validBidRequests[0].userIdAsEids; | ||
} | ||
if (config.getConfig('coppa') === true) { |
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.
Can you please access coppa from bidderRequest.ortb2.regs.coppa
instead of config
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.
Hey @ChrisHuie , thanks for the review. we have made the necessary changes. Is there anything else I can assist with?
Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):
|
Tread carefully! This PR adds 1 linter error (possibly disabled through directives):
|
Hi @ChrisHuie , I wanted to follow up on the merge request. If there's anything I can do to help speed up the process, please let me know. Thanks! |
1 similar comment
Hi @ChrisHuie , I wanted to follow up on the merge request. If there's anything I can do to help speed up the process, please let me know. Thanks! |
Tread carefully! This PR adds 1 linter error (possibly disabled through directives):
|
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.
please open a docs PR to update your bidder info to support gdpr, coppa, schain, userids, and floors
Type of change
Bugfix
Feature
New bidder adapter
Updated 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? - NO
Other
Description of change
Bid request parameters updated and logical implementations.