How Drop-off Triggers Work
- Monitor Events: The system tracks when users perform the initial event
- Set Expectations: You define what actions users should take next
- Wait and Watch: The system waits for the expected follow-up events
- Trigger on Absence: If expected events don’t occur within your timeframe, the workflow starts
Configuration
Inputs
Select one or more events that start the drop-off monitoring. Examples:
trial_started
, cart_created
, signup_initiated
.Configure the events you expect users to complete after the initial event.
The specific event you expect users to complete (part of Expected Events configuration).
How long to wait before considering it a drop-off (number value).
Time unit for the delay. Options:
seconds
, minutes
, hours
, days
, weeks
, months
.Priority order for multiple drop-off events. Lower numbers have higher priority.
The system creates drop-off events with the name
$fw_drop_off
for all drop-off triggers.Use Cases
Trial ConversionBest Practices
Choose Appropriate Timeframes- Consider your typical user behavior patterns
- Account for different user segments (some may need more time)
- Start with longer delays and optimize based on data
- Use trigger conditions to create different drop-off flows for different user types
- Consider factors like subscription tier, user role, or geographic location
- Track which drop-off triggers are most effective
- Adjust timing based on actual user behavior data
- A/B test different delay periods