-
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
Prebid.js client side loss notifications, adding info to future events or own event? #10788
Comments
This isn't currently a feature, partial dupe of #4493 |
We have rules against obtaining information on other parties eg "Bidder modules must not obtain bid information from or about any other party in the auction. E.g., they cannot listen to ad server events and forward information naming other bidders back to their endpoint - that is the job of an analytics module." Currently the plan is to develop either #4493 or add loss notifications to future bid requests or to a fetch with keepalive which outlives the page. |
We can pass in the future bid request a json with the following four fields as a new top level object on request, or somewhere in an ext. { bidderRequestId: 123, |
How can I subscribe to updates about this feature request? Is there any thread? |
we'll keep this one open |
Each SSP should be able to mention how they want to receive these notifications, either in following requests or fired immediately to their end-points.
Why JS Beacon? |
Created a PR for this ticket. I created a new "lossNotifications" module in core that can optionally be used internally within bid adapters. When enabled, the module supports 2 methods for issuing out loss notifications to bidders:
A few questions also came to mind while working on this PR:
|
@jlquaccia noe thought, fetch keepalive replaced beacon see Prebid.js/modules/amxBidAdapter.js Line 553 in 13cbc7c
|
how about a library that bidders can import, not a module?
or auctionid, but bidderRequestId is always avail
why not just store in window? |
Type of issue
question
Description
There was a question about lose notification in 2020
#5960 (comment)
Has something been changed since then?
Does bidder have a possibility to get feedback in case of lost auction (for example like
lurl
in OpenRTB)The text was updated successfully, but these errors were encountered: