Skip to content
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

call another prebid-server through prebid-server #3637

Closed
matthieularere-msq opened this issue Apr 23, 2024 · 3 comments
Closed

call another prebid-server through prebid-server #3637

matthieularere-msq opened this issue Apr 23, 2024 · 3 comments

Comments

@matthieularere-msq
Copy link

For many reasons, I have the need to get my custom prebid-server called by a publisher's self prebid-server.

I considered doing it by creating a dedicated adapter for my prebid-server creates but this introduce an issue with the user sync as what I would need is to forward the cookie UIDs from the publisher's prebid-server to my one and not only one bidder from it.

So my question would be to know which would be the best solution to make an adapter being able to read the various user ids availabe in the Uids cookie if possible at all ? I guess it could be done using modules but I wondered if a more core integrated solution could exist ?

@bretg
Copy link
Contributor

bretg commented Apr 24, 2024

Discussed in committee. This is not something we would encourage in the open source product. You could build a (private) module to do something at the entrypoint stage - this stage has access to the HTTP headers, and you could do something to copy them to somewhere your mediasquare adapter has access to. We don't think it's generally correct to pass all bidder IDs to all bidders, though, so please don't do that. You should check with your lawyers about the privacy regulation scenarios. e.g. should your module check for Purpose 4 consent before forwarding? What about if COPPA flag is set? We advise caution when dealing with IDs.

If the entrypoint stage is not ideal, it would be ok to update the module infrastructure to pass HTTP headers into the raw auction stage.

@bretg
Copy link
Contributor

bretg commented May 6, 2024

@matthieularere-msq - any thoughts before this week's Prebid Server committee meeting?

@matthieularere-msq
Copy link
Author

Hi @bretg
I'll go for the private module solution at the entrystage. I'll make sure to forward the cookie only to my bidder when its tcf purposes are consented as per your advice.
Thanks

@bretg bretg closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants