-
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 Rtd Provider: add missing signal at ortb2.site.ext.data.adg_rtd level #11772
Adagio Rtd Provider: add missing signal at ortb2.site.ext.data.adg_rtd level #11772
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. Keep up the great work! 🚀 |
1 similar comment
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! 🚀 |
Hey @osazos , can you move your code block and this https://github.com/prebid/Prebid.js/blob/master/modules/bliinkBidAdapter.js#L136-L152 into a library and import in both places? Thanks! |
Yep I was thinking to create another PR but no prob to do it right now. |
This is good to merge when conflicts resolve, nice fix! |
Lgtm |
61fbec9
to
e16617f
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! 🚀 |
@osazos please clean that one up on your next submit, particularly as your users will tend to have both installed Perhaps use libraries folder instead of utils for that one Eg /libraries/adagioUtils/ |
…d level (prebid#11772) * AdagioRtdProvider: add missing signal at ortb2 level * AdagioRtdProvider: move safeFrame related code inside Core utils.js
Type of change
Description of change
Add the
ortb2.site.ext.data.adg_rtd.pageviewId
signal in the AdagioRtdProvider.