prebid / prebid-server

Open-source solution for running real-time advertising auctions in the cloud.
https://prebid.org/product-suite/prebid-server/
Apache License 2.0
434 stars 743 forks source link

pass additional data to sync url #4059

Open jney opened 3 days ago

jney commented 3 days ago

Hi,

Is there a way to add additional data to macros.UserSyncPrivacy to pass it to sync url, I'd like to add so extra id. thank you

bretg commented 3 days ago

@jney - no, there's no way to define an arbitrary macro to pass arbitrary data to a sync endpoint. Unclear what that even mean. Please note that sync requests don't have much context: there's no auction request, it's in a 3rd party domain so has no access to any type of ID, it doesn't utilize any vendor-specific code.

Please help us understand exactly what you're trying to do.