Building hit to hit sequence segment
I'm investigating a form issue where hitting the submit button triggers a form submission event even if the form is not submitted and we have a form error event fired right after. So in the debugger we see form submission event -> form error event in subsequent hits.
I'm trying to isolate these instances by building a visit level segment, but I'm not sure if this working properly. Which option would fit best my requirement?
All visit level, options:
- [Form success event exists] Then [Form error event exists]
- [Form success event exists] Then within 1 Hit [Form error event exists]
- [Form success event exists] Then within 1 Pageview [Form error event exists]
I created a report using Form success event as the metric and compared these three segments.
Questions:
- Is the "Then" operator on his own referring to subsequent hits or does it include scenarios where the second hit in the sequence happens at any point after the first one? So within the visit if visit level and for a visitor at visitor level
- I would assume segment 2 is what I should be using, but when I review the data segment 3 is closer to identifying instances where we could validate the discrepancy by comparing form events and actual submissions in our CRM - what creates this difference? Which one should I use?
Thank you for your help!
