-
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
districtmDMX adapter: result bid missing bidId from _bidsRequested #1191
Comments
@stevealliance can you fix? |
@mkendall07 Just got your message, working on it |
@PsychodelEKS I check other object and no one return the bidId ... correct me if I'm wrong. adId:"717335e1501291" |
@stevealliance that's not necessary bidId, it can be anything one can use to match bid response with particular bid request from |
@stevealliance actually bid factory supports bidRequest as a second parameter (first one is bid status), and if it is provided, |
Type of issue
bug
Description
districtmDMX adapter served bids (passed to bidsBackHandler) do not have any attribute to match them with bids from _bidsRequested.
Steps to reproduce
Expected results
districtmDMX bid contains adId which matches bidId from corresponding requsted bid (_bidsRequested)
Actual results
there is adId, but it does not match _bidsRequested[*].bidId
Platform details
independant
Other information
Made a hack myself, though there may be better solution (I used additional attribute requestBidId not to interfere with anything):
The text was updated successfully, but these errors were encountered: