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
Is there any reason that events could not be sent using a user_id?
Since email are not a unique key, it could be confusing to send an event if two emails are the same.
Moreover, I don't understand this doc section:
// Note: events will work when identified by 'email'.// Create a eventclient.events.create({event_name: 'Foo',created_at: 1439826340,user_id: 'bar'},function(d){console.log(d);});
Do you mean it will only work with the email field?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Is there any reason that events could not be sent using a
user_id
?Since
email
are not a unique key, it could be confusing to send an event if two emails are the same.Moreover, I don't understand this doc section:
Do you mean it will only work with the
email
field?Thanks.
The text was updated successfully, but these errors were encountered: