-
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
Widespace Bid Adapter: Support Adomain for prebid 5.0 #6989
Widespace Bid Adapter: Support Adomain for prebid 5.0 #6989
Conversation
@@ -95,10 +95,9 @@ export const spec = { | |||
|
|||
// Include debug data when available | |||
if (!isInHostileIframe) { | |||
const DEBUG_AD = (find(window.top.location.hash.split('&'), | |||
data.forceAdId = (find(window.top.location.hash.split('&'), |
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.
please also fix line 64 above to solve #6465
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.
feel free to do this on a different pr
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.
So, should I include this code with the new PR, or just fix the bidfloor issue there?
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.
your choice
It appears circleci did not run, this is usually because you are following your own project. |
I got tests to run |
why did you close, this was ready to merge, tests passed |
LGTM |
Type of change
Description of change