-
Notifications
You must be signed in to change notification settings - Fork 753
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
ORBIDDER: add user sync redirect url #3118
ORBIDDER: add user sync redirect url #3118
Conversation
@@ -10,3 +10,7 @@ capabilities: | |||
mediaTypes: | |||
- banner | |||
- native | |||
userSync: | |||
redirect: | |||
url: "https://orbidder.otto.de/pbs-usersync?gdpr={{.GDPR}}&consent={{.GDPRConsent}}&redirect={{.RedirectURL}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sonali-More-Xandr , can you maybe provide the Request, that was send to our endpoint?
Was the macro included or not?
Should we add some code at our endpoint, if no macro is provided? Up to now, we only add a userid if the macro is provided.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did include the userMacro in the redirect url. Here is the URL I am using
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sonali-More-Xandr from my point of view we are only allowed to return a user id when we get a consent string (we implemented TCF 2.2) that allows us to use the userid. So for your request it is correct that we do not answer with a user id.
If you change the request to gdpr=1 and provide a consent string it work.
For Example:
https://orbidder.otto.de/pbs-usersync?gdpr=1&consent=CO4EXq8O4EYOWADABCDEAxCsAP_AAH_AAAAAGStV_T9fb2vj-_599_t0eY1f9_63t-wzhheMs-8NyZeX_J4Wv2MyvB34JqQKGRgkunLBAQdtHGncTQgBwIlViTLMYk2MjzNKJrJEmlsbO2dYGH9Pn8XT_ZKZ70-vv__7v3___33_4GSEEmCpfAQJCWMBJNmlUKIEIVxIVAOASghGEg0sNCRQU7I4CPUACABAYAIQIAQAgohJBAAIAAElEQAgAwIBEARAIAAQAjQEIACJAEFgBIGAQACoGhYARRBKBIQYHBUcogQFSLRQTwCQgAAMAAEAABQAAYAAHAACAAAkAAKAAA.YAAAAAAAAAA&redirect=https%3A%2F%2Fib.adnxs.com%2Fsetuid%3Fbidder%3Dorbidder%26gdpr%3D%26gdpr_consent%3D%26gpp%3D%26gpp_sid%3D%26f%3Db%26uid%3D%5BODN_ID%5D
User sync redirect config added for orbidder adapter.