You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: