-
Notifications
You must be signed in to change notification settings - Fork 749
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
pass additional data to sync url #4059
Comments
@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. |
hi bret, for some reason we need the publisher to pass its api key to the sync system. |
I would recommend changing that requirement to allow the PBS host-company to have the API key rather than having a different key per publisher account in a multi-tenant environment. If you insist on per-account, a community member will need to contribute the feature. It's not a priority for the core development team.
If you want to add this feature, go ahead and add an account config like:
Update the /cookie_sync endpoint to resolve macros in the sync URLs something like
There are details to work out with this. If someone really wants to build this, we'll help you dot-the-i's and cross-the-t's.
This example is global to the PBS host, not per-account. |
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
The text was updated successfully, but these errors were encountered: