-
Notifications
You must be signed in to change notification settings - Fork 760
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
cookie_sync responses lack UUID key - potential misconfiguration of host_cookie values? #580
Comments
which version(s) of prebid server are they running? That Nobody was actually using it for anything, so we got rid of it... but it had nothing to do with the host cookie config. |
! I'm still wondering what proper values are for the host_cookie stanza, but I suspect everything is actually working and we've just been chasing our tails. Thanks for the quick response! |
sure thing ^^. If you're seeing recently problems with cookie sync, it may be due to the GDPR changes. See #501 for the root summary, and all those linked tickets/PRs for associated changes. #503 in particular might be useful, because the "falsey" config options would kill your cookie syncs if you didn't notice them. |
Tough to say what proper values for They only really impact PBS hosts who also have a Bidder in the project, though. Those config values make sure the auction can find user IDs which were already saved somewhere else in their domain's cookie. |
Hello,
I have two test instances of prebid-server running; one of them returns the following in response to a POST to the
cookie_sync
endpoint:the other returns responses without the uuid key present, e.g.
The only difference between the two instances is the host_cookie stanza defined in pbs.yaml; the non-working instance has the following defined:
I suspect but can't confirm that we aren't providing the correct value for the family key, after going over the logic in
pbs_light.go
andcookie_sync.go
- but as near as I can tell from the test params inconfig_test.go
, setting the family toprebid
should be all I need to do.I can confirm that the uuid is being passed along in the request payload, along with an array of bidders, to both test instances. As far as I can tell there are no other differences between the two instances, other than that both have different external_url's defined in pbs.yaml.
Can you provide some more detail on what sane values for the host_cookie stanza in the YAML configuration should be set to, for a self-hosted instance of prebid-server?
Thanks,
--afsheen
The text was updated successfully, but these errors were encountered: