-
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
VIS.X Bid Adapter : add time tracking for HB response #10641
Conversation
Hi all, It seems that the job ci/circleci: e2etest was failed not because of the changes in this PR. Thank you in advance for checking and have a nice day. Best, |
changes look good to me. however, I haven't before seen an adapter firing a pixel for all bid responses, normally that will only occur on bid won events. @ChrisHuie could you confirm if this is OK or should it be discussed further? |
Hi @ncolletti , @ChrisHuie , Pllease let us know if you should adjust anything in this PR or provide any additional information about the changes. Thank you in advance. Best, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
@ChrisHuie pr looks good. merge is blocked by a failed e2e test, can that be re-run? Also, still curious about my question above regarding Prebid's stance on adapter modules firing on a interpretResponse method instead of the bidWon event |
Hey @ChrisHuie, could you please take a moment to review this PR? Please let us know if you need any clarification. Thank you! |
Hey @ncolletti, because Chris is not supporting us here, is there an option to assign this PR to another reviewer? |
I can ask Patrick and Bret their thoughts on this today. Not sure if they will want to also bring up on the committee meeting after the holiday. I have seen this behavior only in analytics adapters not in a bid adapter. |
@yoc-rg @vfedoseev Talked to the Prebid.js chairs. So a very similar pr was added to Kargo's Bid Adapter last year and we asked them to instead submit the change to their analytics adapter. This functionality feels like it should be in an Analytics Adapter. |
Hey @ChrisHuie, thank you so much for sharing these details, we'll take a look at the Kargo's adapters. As an SSP, it's important for us to understand how much time it takes on the client side to send a request and download the response. To have a good measurement coverage, we decided to implement it in the interpretResponse method. Is using an analytical adapter the only way we can collect request/response time, or is there another way you could recommend? |
Hey @yoc-rg (thanks for the new pr on this if an analytics adapter isn't possible) |
#10772 was merged in, closing this PR |
Type of change
Bugfix
Feature
New bidder adapter
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Other
Description of change
We have added the tracking of the HB response time for the VIS.X bidder adapter.
Other information