-
Notifications
You must be signed in to change notification settings - Fork 94
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
GDPR using zero1-gdpr extension // how do we anonymize data ?? #683
Comments
Hello @seansan This is something that is not allowed at MailChimp side of things. Email addresses cannot be changed. Regards. |
please dont close the issue: one takes a lot of time to write down this
stuff
you could merge it to not loose the business rationale
this is someting we MUST tackle ... so great that there is another issue:
but they are not to positive
it has also been reported to mailchimp (they left the issue open)
Not using Gmelius <https://gmelius.com?ref=mail> yet?
…On Thu, Apr 5, 2018 at 3:34 PM, Santiagoebizmarts ***@***.***> wrote:
Hello @seansan <https://github.com/seansan>
This is something that is not allowed at MailChimp side of things. Email
addresses cannot be changed.
It is not extension-related, therefore there is nothing we can do here.
You can see the issue about the email address change at #17
<#17>
Any additional information about GDPR can be added at #449
<#449>
Regards.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#683 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAn0a_0O1nT8DF_n8LvPYsF1ttkGGPLtks5tlh1igaJpZM4TIV1l>
.
|
@seansan We cannot allow multiple issues related to the same subject, it would make it hard to keep up with what needs to be done. Regards. |
I still think this should be a separate issue
- it is not about GDPR in general
- it is not only about changing ones email, also this only 1 solution out
of many
I is about: Magento beeing made fully GDPR compliant only in the case of
"account anonimization", where Mailchimp and this extension dont support
this process.
Changing the email is only a *possible* solution of many
RE OPEN PLZ
Not using Gmelius <https://gmelius.com?ref=mail> yet?
…On Thu, Apr 5, 2018 at 4:06 PM, Santiagoebizmarts ***@***.***> wrote:
@seansan <https://github.com/seansan>
Please note this will not be lost because I added links to both issues
related.
Now in those issues there is a notification showing a link to this one.
Since github does not allow issue merging, this is the closest thing we can
do.
We cannot allow multiple issues related to the same subject, it would make
it hard to keep up with what needs to be done.
Regards.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#683 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAn0a3Vz3re_8CsJXGaQYDHFEoZycnobks5tliT7gaJpZM4TIV1l>
.
|
in code this is issued, can we hang something on the delete() action??? Should delete not remove a customer from mailchimp anyways?
|
mailchimp just replied and said email can be updated right here (and this
is the advised way)
https://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/#edit-patch_lists_list_id_members_subscriber_hash
Not using Gmelius <https://gmelius.com?ref=mail> yet?
…On Thu, Apr 5, 2018 at 4:06 PM, Santiagoebizmarts ***@***.***> wrote:
@seansan <https://github.com/seansan>
Please note this will not be lost because I added links to both issues
related.
Now in those issues there is a notification showing a link to this one.
Since github does not allow issue merging, this is the closest thing we can
do.
We cannot allow multiple issues related to the same subject, it would make
it hard to keep up with what needs to be done.
Regards.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#683 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAn0a3Vz3re_8CsJXGaQYDHFEoZycnobks5tliT7gaJpZM4TIV1l>
.
|
Hello @stevensagaar Regards. |
@Santiagoebizmarts Yes I have tested this and it says on their FAQ section as well |
We use zero GDPR extension. To date the only solution for GDPR in magento 1.x.
Problem:
If customer requests data removal then we can do this
If no orders: account is deleted
If orders, then account is anonimized + all allowed data is erased (we cant even find it)
The problem is that the email is required: so this email address is anonimized (changed) + the user is unsubscribed from any newsletters
Problem=> changing the email never arrives in Mailchimp
This is a problem because we "officially" did not remove all the customers data: I mean I can find his email in mailchimp. So we are not compliant with GDPR and this is a real issue.
Important
To support this case: one could execute all the above steps manually to achieve the same result. The problem is that the mail address change never reaches Mailchimp: and personal data can still be found even when someone executed his right to removal of data
Option 1: Add ability to support change of email address: then the change of email arrives and combined with the anonimization of the email => we are compliant +++ this is the best solution because we dont want to loose the sales data
Option 2: create some kind of special event that the mailchimp extension watches and removes all data from mailchimp
Preconditions
5 save
Steps to reproduce
See above
Expected result
Customer unbsubscribed
Email address changed (to randomness)
Actual result
Customer unbsubscribed
Email address NOT changed
The text was updated successfully, but these errors were encountered: