-
Notifications
You must be signed in to change notification settings - Fork 34
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
allow people to not identify by email #9
Comments
to expand on this one we should give people the options to identify by WP username, WP user email or WP user ID, but the "only identify traits" is a great idea too - in that case it would be left up to the user to add their own |
The ideal here would be to just use the WordPress user ID, and everything else is just a trait. Only downside is I think most WordPress sites don't use the built-in user system, so this wouldn't cover their use case, and they'd want basic emails for commenters instead I think. But I'm not sure. |
ok the options should be email or WP user ID |
@JustinSainton is this still relevant? |
@ianstormtaylor i'll take a crack at getting this in this week. we should definitely prioritize for people who want to use GA user-id views
My only concern is whether I can figure out how to manage this settings defaults dance properly: Goal:
Could also just pass |
@sperand-io nice! Actually I think our stance these days should just be only to identify by a We'd need to major bump so that people don't try to upgrade I guess. |
cool! sounds a lot easier too :) |
cool... keep in mind a ton of people use the plugin and I'm guessing most of them won't really pay attention to version updates, they'll just do it so we should probably have backwards compatibility and put a warning in the WP admin when they upgrade or something so they know they need to upgrade, but they can read the implications before doing it... probably something we would want to ask justin for help with |
Just stumbled across this commit (80d750a) and the discussion on user_id's being emails in WP. GoSquared expects the |
Sending email addresses to Google Analytics goes against Google's policy: https://developers.google.com/analytics/devguides/collection/protocol/policy
|
since they might have database ids that they identify with instead. in this case, just send traits and no id all the time
The text was updated successfully, but these errors were encountered: