-
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
no NURL field in bidResponse #9486
Comments
Prebid does not have a dedicated field for Prebid.js/libraries/ortbConverter/processors/banner.js Lines 29 to 38 in b1de163
This does not look like great practice, but I am not sure if there's a practical difference between it and what you do in your PR; I believe you would still get the link fetched once your bid wins. @patmmccann ? |
It's not apparent to me everyone wants to be notified on either of prebid winner vs ad server win with a nurl field. I would assume the latter as line 32 does |
Actually, it looks like we are following the spec:
For banner at least, it looks to me like appending |
@dgirardi yes, the fetch is working for my PR. Just to make sure - what is the best practice: what I did in the PR (adding |
If your adapter never uses |
Type of issue
There is no dedicated field for passing the
nurl
in thebidResponse
Object.I passed it anyway although no documentation or guide mentioning it and I need to use it in the
onBidWon
function.This is the PR
#9482
The text was updated successfully, but these errors were encountered: