Understanding Test Triggers
Test Triggers
Automatic Trigger
// Visitor is ALREADY in the test before this code runs
const isActive = await window.shoplift.isHypothesisActive('hypothesis-id');
// This just checks their assignmentManual Trigger
Choosing the Right Test Trigger
Decision Framework
Aspect
Automatic Trigger
Manual Trigger
Last updated
Was this helpful?