-
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
Improvements for browsi RTD provider #4598
Conversation
browsi sub module for real time data, new hook bidsBackCallback, fix for config unsubscribe
configure submodule on submodules.json
browsi sub module for real time data, new hook bidsBackCallback, fix for config unsubscribe
configure submodule on submodules.json
updated docs pull request - |
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.
Hi @omerBrowsi
When you have the chance, can you take a look at the comment below?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Admittedly I didn't do as much digging as I should have, but seems like this item would have affected more places. Can you please provide a bit of background for why this change is proposed?
|
@omerBrowsi When you have the chance, can you resolve the conflicts here? |
# Conflicts: # modules/browsiRtdProvider.js
@jsnellbaker @snapwich - the code was changed by you, is it critical that we use |
@omerBrowsi yes it is required; your module was one of many that were making live requests during runs of the test suite in CI; that's not ideal for obvious reasons. Rather than verify everyone is properly stubbing it's much easier for us to just mandate use of the How do you need to adjust the function? I did make changes in my pull-request to accommodate your use-case: |
@snapwich @jsnellbaker @bretg |
@bretg @jsnellbaker any update on this? do you need anything from me? |
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.
Hi @omerBrowsi
I took another look again at the changes, and I think overall things look okay. There were two items I found that would need some feedback/update.
Can you please take a look at these items when you have the chance?
Thanks.
@bretg @jsnellbaker Thanks! |
* real time data module, browsi sub module for real time data, new hook bidsBackCallback, fix for config unsubscribe * change timeout&primary ad server only to auctionDelay update docs * support multiple providers * change promise to callbacks configure submodule on submodules.json * bug fixes * use Prebid ajax * tests fix * browsi real time data provider improvements * real time data module, browsi sub module for real time data, new hook bidsBackCallback, fix for config unsubscribe * change timeout&primary ad server only to auctionDelay update docs * support multiple providers * change promise to callbacks configure submodule on submodules.json * bug fixes * use Prebid ajax * tests fix * browsi real time data provider improvements * remove eval * use external script, update macro function * lint errors * removed log
Type of change
Description of change