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

Merged
merged 7 commits into from
Nov 14, 2024

Conversation

vdo-ai-tech
Copy link
Contributor

@vdo-ai-tech vdo-ai-tech commented Sep 30, 2024

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?

  • Other

Description of change

Bid request parameters updated and logical implementations.
Document updated: prebid/prebid.github.io#5690

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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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

@vdo-ai-tech
Copy link
Contributor Author

please open a docs PR to update your bidder info to support gdpr, coppa, schain, userids, and floors
Bidder info updated. Please refer: prebid/prebid.github.io#5690

@vdo-ai-tech
Copy link
Contributor Author

Hi @ChrisHuie @ncolletti , 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
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.

thanks for the docs update, these changes look good to me!

@ncolletti ncolletti merged commit fee94cd into prebid:master Nov 14, 2024
6 checks passed
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