-
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
Adagio Bid Adapter|Analytics Adapter|RTD Module: enforce enable tids #11938
Adagio Bid Adapter|Analytics Adapter|RTD Module: enforce enable tids #11938
Conversation
07d3d71
to
fb8d3ed
Compare
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. Keep up the great work! 🚀 |
Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):
|
You're not able to require publishers to set this, it's up to them |
Hi @patmmccann thanks for the feedback, this requirement is for analytics only. If |
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! 🚀 |
Fairly sure bidderRequestId is in both objects, you guys are just not geting it in your adapter Prebid.js/modules/adagioBidAdapter.js Line 579 in 5d2fc68
here is how you should get it to give yourself a join key Prebid.js/modules/oguryBidAdapter.js Line 83 in 5d2fc68
|
Please also continue to make duplication progress, for example this can be imported from adagioUtils Prebid.js/modules/insticatorBidAdapter.js Line 274 in fb8d3ed
|
Hello @patmmccann following discussion on Slack I'm closing this PR. I will work no a new one and propose it. Thanks for your hindsights. |
Type of change
Description of change
To ensure compatibility with our backend while staying compliant with the behavior introduced in #9781 we for some time generated our own specific auction id.
We will now rely on source.tid, thus requiring publishers to set enableTIDs to true.
The analyticsAdapter won't start if this option is not set to true
Other information
Reflecting changes in documentation prebid/prebid.github.io#5485