[FE&R] Sending AB Tasty events to Segment
3
Visitor ID requirement
Identify the Visitor in Segment
analytics.identify('YOUR_VISITOR_ID', {
email: "[email protected]",
name: "John Doe"
});Retrieve the Visitor ID from Segment
Anonymous ID
window.analytics.user().anonymousId();User ID (if identified)
window.analytics.user().userId();Last updated
Was this helpful?

