Skip to content
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

Feature request: timeouts and no bid timeToRespond in AUCTION_END #12504

Open
EskelCz opened this issue Nov 26, 2024 · 2 comments
Open

Feature request: timeouts and no bid timeToRespond in AUCTION_END #12504

EskelCz opened this issue Nov 26, 2024 · 2 comments

Comments

@EskelCz
Copy link
Contributor

EskelCz commented Nov 26, 2024

Type of issue

Question

Description

I have two questions about the auction data attached to the EVENTS.AUCTION_END event in analytics adapter:

  1. Why do noBids have no timeToRespond?
  2. Do I get it right that timed out requests are not included at all? Is there a way to get to a list of timeouts for the auction?

We would like to start gathering this information and it doesn't seem straight forward.

@dgirardi
Copy link
Collaborator

dgirardi commented Nov 26, 2024

  1. Because no one asked for it until now. There's something similar available under metrics.getMetrics(); adapter.client.total (or adapter.s2s.total for requests going through the PBS adapter) is roughly equivalent to timeToRespond.
    image

  2. there's a separate BID_TIMEOUT event:

    events.emit(EVENTS.BID_TIMEOUT, timedOutRequests);
    but it makes sense to make these available in AUCTION_END as well.

@dgirardi dgirardi changed the title Timeouts and timeToRespond in analytics Feature request: timeouts and no bid timeToRespond in AUCTION_END Nov 26, 2024
@patmmccann patmmccann moved this from Triage to Ready for Dev in Prebid.js Tactical Issues table Nov 27, 2024
@EskelCz
Copy link
Contributor Author

EskelCz commented Nov 27, 2024

Ok, thanks for the answers and marking it as a feature request. These two things would simplify processing this information a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Dev
Development

No branches or pull requests

2 participants