-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bump Prebid to 9.27.0
#1760
base: main
Are you sure you want to change the base?
Bump Prebid to 9.27.0
#1760
Conversation
|
746fa2f
to
ad0618d
Compare
ad0618d
to
d5cbd3f
Compare
21c547d
to
79d2368
Compare
Ad load time test resultsFor Test conditions:
|
@@ -109,7 +108,7 @@ describe('initialise', () => { | |||
}, | |||
}, | |||
], | |||
auctionDelay: 0, | |||
auctionDelay: 500, |
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.
See prebid/Prebid.js@f675808. This was added as part of v9.0.0
s2sConfig: { | ||
adapter: 'prebidServer', | ||
adapterOptions: {}, | ||
allowUnknownBidderCodes: false, | ||
bidders: [], | ||
maxBids: 1, | ||
maxTimeout: 1500, |
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.
See prebid/Prebid.js@8b2b415. This was added as part of v9.0.0
What does this change?
Bumps version of @guardian/prebid.js to
9.27.0
Why?
Using the latest version of Prebid
See guardian/Prebid.js#167