-
Notifications
You must be signed in to change notification settings - Fork 742
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
No more bids after upgrading from 0.134 to 0.185 #2116
Comments
it seems they have flipped the defaults for gdpr:
default_value: "0" Above should work irrespective of gdpr_consent sent |
Thanks! That works. Are there any negative side effects of having it default to 0 instead of 1? |
Haven't seen any negative side effect from it so far. |
@Guilemon correctly identified this is caused by GDPR settings. We introduced a change in 0.164.0 which removes the The Please consult with your company's legal department for how to configure Prebid Server GDPR settings.
I see you've set |
Hey there,
I'm currently investigating why our prebid server is no more serving any bids since we upgraded to 0.185.0 (from 0.134.0).
Before the upgrade, ext.responsetimemillis would show, as well as the seatbid prop was included.
After the upgrade ext.responsetimemillis is missing, seatbid prop is missing as well and ext.warnings.general includes code 10002 "debug turned off for account" warning.
Sample Req
Sample Resp on 0.134.0
Sample Resp on 0.185.0
As you can see we don't get any information anymore and also with test=1 I only get information from the files, but no external req data or bids.
Is there any obvious configuration mistake by us or any known issue with our type of setup?
Thanks in advance
Our configurations
pbs.yaml
Our stored-request appname-app
Our stored-imp banner_mrec_android
The text was updated successfully, but these errors were encountered: