Segment to show what error messages prevented a transaction
Hello!
I am currently working on a segment to help identify what errors happen during a transaction that actively prevent a customer from completion. At the start of the transaction event X fires and on completion, event Y fires.
In the middle of this, some errors may occur that are a nuisance, but don't block the transaction. In essence, I want to rule out any customer who has successfully completed their transaction (when event Y fires).
Right now, I have a segment that is built out as follows:
All on the visit level.
Event name = event X
then
Error Message exists
then
An excluded container that contains Event name = Event Y.
This segment is then used to show the error messages that happen throughout the journey within a freeform table.
When I drop the event name dimension on the error name, however, I see Event Y coming up, which means that I am seeing people who completed their transaction.
The desired result here is that I only want to see people who don't get as far as Event Y.
Any idea on how I may be able to achieve this?