-
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
sizeConfig[Conditional Ad Units] does not work when s2sConfig is enabled. #2315
Labels
Comments
@mercuryyy |
@mkendall07 i used this pull and it fixes some of the issues - https://github.com/javipm/Prebid.js Any configuration you put in with sizeconfig and then enable a bidder in s2s it wont send the bids to the s2s adapter |
jsnellbaker
added a commit
that referenced
this issue
Apr 2, 2018
1 task
mkendall07
pushed a commit
that referenced
this issue
Apr 3, 2018
@mercuryyy This should be fixed now in 1.7 release. If you continue to see any issues, please let us know. |
dluxemburg
pushed a commit
to Genius/Prebid.js
that referenced
this issue
Jul 17, 2018
…id#2332) * initial commit to fix issue prebid#2315 * moved transformHeightWidth function to prebidServerBidAdapter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trying to set sizeConfig from this doc for 1.7 prebid http://prebid.org/dev-docs/conditional-ad-units.html
When using the new sizeConfig[Conditional Ad Units] the adunits for the s2s are null and for bidders not in s2s it send them correctly.
I tested few configuration and when sizeConfig is enabled with the new Conditional Ad Units it does not send the ad units to s2s bidders.
once i remove the bidders from s2sConfig everything fires correctly.
The text was updated successfully, but these errors were encountered: