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

GA Universal User ID #59

Closed
jpetey75 opened this issue Feb 19, 2014 · 2 comments
Closed

GA Universal User ID #59

jpetey75 opened this issue Feb 19, 2014 · 2 comments

Comments

@jpetey75
Copy link
Contributor

This would mean support for identify in GA Universal. We'd need a setting that defaults to false for letting people use identify with GA. We should probably also make sure people don't send emails to GA since that's against their terms of service.

Docs here: https://developers.google.com/analytics/devguides/collection/analyticsjs/user-id

@yields
Copy link
Contributor

yields commented Feb 24, 2014

When a User-ID is available, it should be set after the tracker is created, but before any hits are sent

it might be better to do this without identify(), because of ^.
maybe check if analytics.user().id() and just pass it to ga() if it's set ?

@ianstormtaylor what do you think ?

@ianstormtaylor
Copy link
Contributor

sounds good to me

@yields yields closed this as completed in 475aed2 Feb 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants