We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
In Prebid 4.41.0, beachfront video bids are not considered valid. Works fine in Prebid 4.10.0.
bidResponse requires creativeId to be set. Beachfront adapter tries to pull this from the response.body crid, however as shown in the screenshot below it does not exist in the response. https://github.com/prebid/Prebid.js/blob/master/modules/beachfrontBidAdapter.js#L81
This appears related to the change made in #6842
All
The text was updated successfully, but these errors were encountered:
@jsalis appears to be from removal of ' || response.cmpId,' ?
Sorry, something went wrong.
Thanks for the fix. Seems I moved too fast with this change.
patmmccann
No branches or pull requests
Type of issue
Bug
Description
In Prebid 4.41.0, beachfront video bids are not considered valid. Works fine in Prebid 4.10.0.
bidResponse requires creativeId to be set. Beachfront adapter tries to pull this from the response.body crid, however as shown in the screenshot below it does not exist in the response.
https://github.com/prebid/Prebid.js/blob/master/modules/beachfrontBidAdapter.js#L81
This appears related to the change made in #6842
Steps to reproduce
Test page
Expected results
Actual results
Platform details
All
Other information
The text was updated successfully, but these errors were encountered: