-
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
stroeerCoreBidAdapter - possibility to split bid request by adtype #12357
Comments
This needs to be addressed by the SSP (@philipwatson ?). If you have a business relationship with them you're probably better able than we are to bring this to their attention. Multiple formats in the same request is not necessarily a problem, especially on the client side. |
Please see https://docs.prebid.org/dev-docs/adunit-reference.html#twin-adunit-codes for a publisher side solution. The ideal solution would be for the SSP to handle splitting requests on their side for the DSPs incapable of handling multiformat. As this number should be going to zero over time, a client side solution seems less than ideal. |
Thanks @patmmccann, this is clear and already in use. That's why we asked for an offical way either by the bidder itself or the SSP directly. @philipwatson Do you have any recommendation on that? |
Hi @vlyby-nadja We do have a split config on the server-side that we can enable for a DSP - it turns every impression into its own separate request. Do you know the DSPs? If so, let us know and we'll look into it. Unfortunately, we don't have a config that enables split by ad type (format). But is something we can easily support in the prebid.js bidder. I'll propose the idea to my PM. |
Hi @philipwatson, |
Type of issue
Feature request
Description
Using the stroeerCoreBidAdapter for video and banner bid requests at the same time result in only one bidRequest for both adTypes.
Here an example:
A publisher recognized issue on connected DSPs within the StröerSSP and asked to split the bidRequest to have them seperated by adType. Otherwise some DSPs did not bid on video, but for banner only.
We reworked a possible solution for the bidder on our own and running it since more than one year, but it would be better to have an official solution.
Steps to reproduce
Using banner and video adUnit at the same time on one page.
Test page
Expected results
Separated bidRequests for each adType.
Actual results
Only one bidRequest is generated for both adType (see in description above).
Platform details
Prebid 8.37.0, but within version 9.16.0 the request url is still generated in the same way.
Other information
The text was updated successfully, but these errors were encountered: