Send Feature Experimentation Event 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();Send the Visitor ID to AB Tasty
visitorId = window.analytics.user().anonymousId()Event Flow Overview
PreviousSegment - Feature Experimentation IntegrationNextImport Segment Audience to Feature Experimentation
Last updated
Was this helpful?

