Skip to content
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

Sonobi: Added consent macros to the user sync url #3283

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/bidder-info/sonobi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ capabilities:
- video
userSync:
redirect:
url: "https://sync.go.sonobi.com/us.gif?loc={{.RedirectURL}}"
url: "https://sync.go.sonobi.com/us.gif?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&loc={{.RedirectURL}}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JonGoSonobi refer following cases where user sync url was not redirecting back

not working:

	https://sync.go.sonobi.com/us.gif?gdpr=1&gdpr_consent=0&us_privacy=0&loc=https%3A%2F%2Fib.adnxs.com%2Fprebid%2Fsetuid%3Fbidder%3Dsonobi%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%5BUID%5D

	https://sync.go.sonobi.com/us.gif?gdpr=1&gdpr_consent=0&us_privacy=1&loc=https%3A%2F%2Fib.adnxs.com%2Fprebid%2Fsetuid%3Fbidder%3Dsonobi%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%5BUID%5D

	https://sync.go.sonobi.com/us.gif?gdpr=1&gdpr_consent=1&us_privacy=0&loc=https%3A%2F%2Fib.adnxs.com%2Fprebid%2Fsetuid%3Fbidder%3Dsonobi%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%5BUID%5D

	https://sync.go.sonobi.com/us.gif?gdpr=1&gdpr_consent=1&us_privacy=1&loc=https%3A%2F%2Fib.adnxs.com%2Fprebid%2Fsetuid%3Fbidder%3Dsonobi%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%5BUID%5D

working:

	https://sync.go.sonobi.com/us.gif?gdpr=0&gdpr_consent=0&us_privacy=1&loc=https%3A%2F%2Fib.adnxs.com%2Fprebid%2Fsetuid%3Fbidder%3Dsonobi%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%5BUID%5D

	https://sync.go.sonobi.com/us.gif?gdpr=0&gdpr_consent=1&us_privacy=0&loc=https%3A%2F%2Fib.adnxs.com%2Fprebid%2Fsetuid%3Fbidder%3Dsonobi%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%5BUID%5D

	https://sync.go.sonobi.com/us.gif?gdpr=0&gdpr_consent=1&us_privacy=1&loc=https%3A%2F%2Fib.adnxs.com%2Fprebid%2Fsetuid%3Fbidder%3Dsonobi%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%5BUID%5D

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JonGoSonobi could you address above comment

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JonGoSonobi ping to address above PR comments

userMacro: "[UID]"
Loading