-
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
Feature Request: Send bidRequested event when unknown Bidder responses occur #8629
Comments
I think I disagree - generating fake bidRequest events might work for some scenarios, but it's bound to break others. After all the bid was not requested. To me this sounds like your analytics should be looking at bidResponse instead. A better workaround, IMO, would be a mechanism that generates fake events for particular analytics adapters only, maybe as a flag in |
Thanks @dgirardi . I agree with your statement. IMHO this should be handled via a server side analytics adapter. With #7585 this should be possible through the I opened this issue as server side analytics is still in a very early stage and server side adoption is slowly growing. We still need to configure our ad tags if we want to add new adapters server-side, which is one huge benefits of doing server-side at all. |
Thanks for raising this issue. I completely agree with the fact that the adapters (and the Pubstack one) need to handle the new option @muuki88 I still have no ETA regarding the support of this issue in Pubstack, I will keep you informed as soon as I have any news |
It seems we should add extra information to the response rather than create 'fake' events. This should allow analytics adapters to generate things like bid rate and timeout rate for these unknown bidders. |
I believe we can close this. We decided adding a bid request event in these sort of scenarios is too hairy and not worth the lift. Instead, where applicable extra info will be added onto the bidResponse so analytics adapters can do what they wish Please reopen if I am mistaken |
Type of issue: feature request
Sent
bidRequest
events for unknown bidder codes returned by prebid server so analytics adapters like Pubstack keep working on client-side.Description
#8154 introduced the
allowUnknownBidderCodes
´setting, which makes the workaround described in #7027 obsolete. However this initial implementation comes with some drawbacks most importantly that there is nobidRequest
event sent.This makes sense as there's no information on the client side which bidders may have been requested on the server side. Maybe there is a possibility to sent those events at a later point. The wokraround from #7027 is sufficient enough to make the our analytics adapter function properly again.
Two options could be
bidRequest
events for all bidders defined in thes2sCfonfig.bidders
arrayimp
, wich the will be turned intobidRequest
eventsPlatform details
Prebid 6.x & 7.x
Other information
The text was updated successfully, but these errors were encountered: