-
Notifications
You must be signed in to change notification settings - Fork 2
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
DL-1812: Add stub advertiser domains #30
Conversation
// We don't support advertiserDomains atm | ||
if (response.advertiserDomains) { | ||
// Creating a stub for Prebid.js 5.0 compliance | ||
bidResponse.meta = Object.assign({}, bidResponse.meta, { advertiserDomains: [] }); |
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.
IE11 à la poubelle !
(puisque de toutes façons on ne passera pas dans cette branche...)
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.
Merci Babel 🤝
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.
👌
How to test