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

Adding user ID processing in Prebid Server? #2834

Closed
sunnywu opened this issue Dec 12, 2023 · 2 comments
Closed

Adding user ID processing in Prebid Server? #2834

sunnywu opened this issue Dec 12, 2023 · 2 comments

Comments

@sunnywu
Copy link

sunnywu commented Dec 12, 2023

Hi,

I am reading thru the prebid server documentation and i would like to understand what changes i need to make if I as a publisher with a prebid server setup - When I send bid request to the prebid server, it will run some codes to generate new user ids (e.g. RampID, ID5, UnifiedID2.0) on prebid server and append it into the bid request into the bid adapters to then forward the requests to various Demand partners.

How should I go about implementing the above? I can see there is auction post-processing hook but i don't see any outgoing bid request hook that i can use.

Thanks.

@bretg
Copy link
Collaborator

bretg commented Dec 15, 2023

@sunnywu - there are not yet any ID vendors that have chosen to create modules for Prebid Server. It's one of our goals for 2024 to engage with some. The issue of course is that cookies/local-storage doesn't exist server-side, which is why ID vendors tend to operate there.

If you're with a company who can help with this, we're definitely interested in consulting with you on an implementation. See https://docs.prebid.org/prebid-server/developers/add-a-module.html for the 7 stages where modules can take action.

@bretg bretg moved this from Triage to Research in Prebid Server Prioritization Dec 15, 2023
@bretg
Copy link
Collaborator

bretg commented Mar 22, 2024

I'm in discussion with Sunny and others on building out a Prebid Server module.

If any other vendors would like to discuss the possibility of porting a module to Prebid Server, please reach out to me or open an issue.

@bretg bretg closed this as completed Mar 22, 2024
@github-project-automation github-project-automation bot moved this from Research to Done in Prebid Server Prioritization Mar 22, 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