-
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
xaxis / xhb adapter not working #3191
Comments
Here is an example, two bids are available, but it doesn't even attempt to set them as key values. How is this possible? @daniel-hoffmann thoughts? |
@jsnellbaker - please could you confirm that the issue here is that a bid with zero cpm will be filtered out by targeting.getWinningBids even if there is a dealId present:
The intended behaviour is that a bid with zero cpm and a DealId should be included in targeting and this was the original idea behind the switch in auction.getBidsReceived:
Is it possible to also include a similar OR at targeting.getWinningBids? Thanks! |
Yeah, we got this sorted using custom adserver targeting and always use bids. But if this is intended way of working, I would at least document it in the adapters .md file, that it doesn't work without specifying custom targeting. |
This should be addressed in the next release (1.31.0) via the above PR. |
Type of issue
We're having extensive problems getting the xaxis / xhb adapter working in prebid 1.x+ versions.
Description
Everything is working fine in versions prior to 1, but we haven't been able to get a single impressions through with the 1.x version, even though we've done a lot of debugging with the xaxis team.
Steps to reproduce
Use the xhb adapter with prebid 1.x+
Is there anyone that can confirm that it actually works for them. And if so, did you have any problems setting it up?
The text was updated successfully, but these errors were encountered: