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

FB Event transmits logged-in users' email adresses to FB #31

Open
gp0 opened this issue May 29, 2018 · 5 comments
Open

FB Event transmits logged-in users' email adresses to FB #31

gp0 opened this issue May 29, 2018 · 5 comments

Comments

@gp0
Copy link

gp0 commented May 29, 2018

            $user_email = wp_get_current_user()->user_email;
            echo $this->build_event( $facebook_pixel_id, array( 'em' => $user_email ), 'init' );

Not cool given the recent GDPR regulations.

@gp0 gp0 changed the title FB Event transmits logged-users to FB FB Event transmits logged-in users' email adresses to FB May 29, 2018
@robin-scott
Copy link

robin-scott commented May 29, 2018

Its really down to webmaster to inform users of this usage, and obtain consent for it, assuming that user is an EU citizen, of course. Or stop using Facebook pixels at all. The transmission itself is not "not cool" - doing it without consent might be an issue.

@gp0
Copy link
Author

gp0 commented May 29, 2018

The plugin does this by default without an option to turn it off.

@robin-scott
Copy link

Facebook pixels do this too. You're going to need to inform users if you use FB pixels at all.

@gp0
Copy link
Author

gp0 commented May 29, 2018

You're going to need to inform users if you use FB pixels at all.

That's clear, and not the issue.

Facebook pixels do this too

I doubt they collect email adresses potentially previously unknown to Facebook. Given the general audience of the plugin, i feel like this should be an option to enable or disable.

@robin-scott
Copy link

My point is: if you use Facebook pixels, you'll be communicating personal data to Facebook from all your users (regardless of the email address you have highlighted here), so the email address in and of itself is not the issue. The control to turn off sending data - were that the solution - would be to stop any and all data passing to Facebook?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants