Solved

Customers Receiving Checkout, Cart, and Browse Abandoned Flows

  • 18 February 2024
  • 1 reply
  • 45 views

Badge

Hi, we’ve recently been hearing from customers that they have been receiving Abandoned Checkout, Abandoned Cart, and Browse Abandoned emails all at once. We had setup flow filter rules to exclude customers from the cart flow if they had entered a checkout flow and to block customers from entering a browse flow if they had entered a checkout or cart flow. Something is not working though because when we look in customer profiles, we see customers receiving multiple emails.

 

In an attempt to fix the issue, we added the 4 hour wait right after each flow starts and then a conditional split to block users a second time. These conditional splits are setup to say for example in the cart flow that if a user has either triggered the checkout metric OR received the checkout email to kill their flow. Even with this setup I’m still seeing users receiving multiple emails. I’m not sure what’s going on

icon

Best answer by stam_marko 19 February 2024, 13:58

View original

1 reply

Userlevel 4
Badge +12

Hi @Madhappy,

How about trying ‘this logic’ with your flows?
 

 

Starting from the ‘deepest’ in your funnel, we have:
Checkout started:
Flow filter: Placed order zero times since starting this flow

Added to cart:
Flow filters: Placed order zero times since starting this flow AND Checkout started zero times since starting this flow

Viewed Product:
Flow filters: Placed order zero times since starting this flow AND Checkout started zero times since starting this flow AND Added to Cart zero times since starting this flow

Active on site:
Flow filters: Placed order zero times since starting this flow AND Checkout started zero times since starting this flow AND Added to Cart zero times since starting this flow AND Viewed product zero times since starting this flow.

 

Hope that makes sense,

Reply