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

add the function of get distinct id #3

Closed
keepwa1king opened this issue Mar 24, 2021 · 1 comment
Closed

add the function of get distinct id #3

keepwa1king opened this issue Mar 24, 2021 · 1 comment

Comments

@keepwa1king
Copy link

Hi!
I want to know user's distinct_id.
When I use javascript, I can know user's distinct_id by get_distinct_id().
But In ruby, I heard that there are not function that performs like get_distinct_id in javascript.
Can you create this function in ruby gem?

@yakkomajuri
Copy link
Contributor

Hey! We can't really do this in Ruby in a general way because it's meant for use in servers that process requests from an infinite number of users. This is doable on the frontend because client-side we only ever need to deal with only one user.

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