-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Allow bidders to subscribe to own timed out bid data #2254
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
Comments
Thanks for filing this. This event could be called The callback could have following data points
|
Hi all, Let me know your thoughts @matthewlane @ruturajv ? will pick this up. |
@vedantseta Right, i should have written the original description in a different way but was meaning that this would go in a bidder spec file just as you've mentioned, alongside the functions |
@matthewlane , along with data received in |
Type of issue
Add a function to the bidder spec definition that is called when a
BID_TIMEOUT
event occurs. Similar topbjs.onEvent('bidTimeout', (data) => ... )
, but the payload contains only the timed out bids for the subscribed bidder rather than all timed out bidders.The text was updated successfully, but these errors were encountered: