-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
C1X Adapter GDPR Support #2821
C1X Adapter GDPR Support #2821
Conversation
I've also sent a PR to update our doc on Prebid website |
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.
Is there reason for adding two syncs?
modules/c1xBidAdapter.js
Outdated
|
||
let payloadString = stringifyPayload(payload); | ||
if (pixelId) { |
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.
Why is there sync added here, when the sync is also added on line 59? Adding two syncs seems wasteful.
@mike-chowla Thanks for pointing that out. I only intended to do one sync but forgot deleting the old codes. I have updated the code and ensure there is only one user sync. |
@mike-chowla Please help to review the change and let me know if you have any questions. Thank you! |
@CathyHuangtw Please create a doc PR to update that your adapter now supports GDPR consent passing |
@mike-chowla Thanks for your review. |
* C1X Adapter GDPR Support * remove the redundant userSync * fixed keyword spacing issue
* C1X Adapter GDPR Support * remove the redundant userSync * fixed keyword spacing issue
* C1X Adapter GDPR Support * remove the redundant userSync * fixed keyword spacing issue
* C1X Adapter GDPR Support * remove the redundant userSync * fixed keyword spacing issue
* C1X Adapter GDPR Support * remove the redundant userSync * fixed keyword spacing issue
Type of change
Description of change
Adding GDPR support to C1X adapter
contact email of the adapter’s maintainer
cathy@c1exchange.com