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

Access to ID of the auction won by cached bid in BID_WON event #10540

Closed
msmeza opened this issue Sep 27, 2023 · 0 comments
Closed

Access to ID of the auction won by cached bid in BID_WON event #10540

msmeza opened this issue Sep 27, 2023 · 0 comments
Labels

Comments

@msmeza
Copy link
Contributor

msmeza commented Sep 27, 2023

Type of issue

Feature request

Description

As far as I can see, there's no direct way of finding the ID of an auction won by a cached bid through BID_WON events; the bids included in the events only contain the ID of their original auctions.

Ideally, we'd like to be able to find the ID of the auction won by a cached bid directly from the data included in a BID_WON event, to be able to map them using only the data received from our analytics adapter.

Other information

I searched the list of issues and I do not believe that this has been brought up before, though I did find an issue where there's a mention of multiple winning bids with the same auction ID coming from an analytics adapter, which can happen when cached bids win auctions (#6411). However, this issue seems to be more about finding the actual winner of an auction ID with multiple winners, rather than identifying the auction IDs of auctions won by cached bids.

We believe that being able to map winning cached bids with the auctions that they actually won would be useful for others as well. For example, if I understood the code correclty, Magnite seems to have a function to try and do that in their analytics adapter (getRenderingIds).

I'm sure there are better ways to achieve our goal, but I submitted a PR with a way of doing it to help with the discussion (#10541).

@msmeza msmeza changed the title Access to ID of auction won by cached bid in BID_WON event Access to ID of the auction won by cached bid in BID_WON event Sep 27, 2023
@patmmccann patmmccann moved this from Triage to PR submitted in Prebid.js Tactical Issues table Oct 3, 2023
@msmeza msmeza closed this as completed Oct 11, 2023
@github-project-automation github-project-automation bot moved this from PR submitted to Done in Prebid.js Tactical Issues table Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants