You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: