Problem
An unexpected sequence of events within the User Path charts is observed, where certain events are grouped together or appear out of chronological order. These discrepancies make the user experience confusing, leading to difficulty in accurately analyzing and understanding user steps.
Solution
To address this issue, consider the following factors:
- Dropoff in User paths
- The "Dropoff" represents an aggregated bucket or step in the User paths graph, typically appearing at the end of the path.
- Events within the same step are arranged vertically, but this ordering has no particular significance.
- Server-to-Server (S2S) Events
- S2S events might not include a user_time attribute, leading to the server time being used as a fallback.
- Impact of Server Time
- When events are pushed or synced from the app, they may share the same server time if they occur in quick succession.
- This can cause multiple events to appear in the same step of the User paths graph, regardless of their actual sequence.
info |
Information
|