Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

vdo-ai-tech
Copy link

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.

Copy link

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! 🚀

Copy link

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/vdoaiBidAdapter.js (+1 error)

Copy link

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/vdoaiBidAdapter.js (+1 error)

Copy link

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! 🚀

Copy link

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/vdoaiBidAdapter.js (+1 error)

@patmmccann
Copy link
Collaborator

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

Copy link

github-actions bot commented Oct 1, 2024

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/vdoaiBidAdapter.js (+1 error)

@vdo-ai-tech
Copy link
Author

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.

@vdo-ai-tech
Copy link
Author

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?

@ChrisHuie ChrisHuie changed the title upgraded vdo.ai prebid adapter to prebid version 9 Vdo.ai Bid Adapter : update to prebid version 9 Oct 7, 2024
if (validBidRequests && validBidRequests.length !== 0 && validBidRequests[0].userIdAsEids) {
payload.userId = validBidRequests[0].userIdAsEids;
}
if (config.getConfig('coppa') === true) {
Copy link
Collaborator

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

Copy link
Author

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?

Copy link

github-actions bot commented Oct 8, 2024

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/vdoaiBidAdapter.js (+2 errors)

Copy link

github-actions bot commented Oct 8, 2024

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/vdoaiBidAdapter.js (+1 error)

@vdo-ai-tech
Copy link
Author

vdo-ai-tech commented Oct 10, 2024

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
@vdo-ai-tech
Copy link
Author

vdo-ai-tech commented Oct 14, 2024

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!

Copy link

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/vdoaiBidAdapter.js (+1 error)

@ChrisHuie ChrisHuie requested review from ncolletti and removed request for ChrisHuie October 22, 2024 12:57
Copy link
Contributor

@ncolletti ncolletti left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants