The knowledgebase is a categorized collection of answers to frequently asked questions (FAQ) and articles. You can read articles in this category or select a subcategory that you are interested in.
The /setuid endpoint in Prebid Server is crucial for managing user IDs during cookie synchronization processes. This endpoint is responsible for saving the results in the Prebid Server's uids cookie, which helps in recognizing users across different bidding platforms.
/setuid1 if GDPR applies, 0 if not, and leave undefined if unsure.gdpr is 1. It should be an unpadded base64-URL encoded Vendor Consent String.f=i (format=image): Responds with a blank 1x1 PNG.f=b (format=blank): Responds with empty HTML.The endpoint will not write a cookie unless:
If unsure about GDPR readiness, contact the company hosting the Prebid Server.
GET https://gosrv.pixfuture.com/setuid?bidder=[BIDDER_CODE_NAME]&uid=[USER_ID]&gdpr=[GDPR]&gdpr_consent=[GDPR_CONSENT]
f=i is specified, PBS responds with a blank 1x1 PNG.f=b is specified, PBS responds with empty HTML.This endpoint is essential for maintaining user privacy and compliance with GDPR while ensuring effective user ID synchronization across bidding platforms.
Article ID: 70
Category: Advertisers/Demands