Solved

{{ event.extra.checkout_url}} VS {{ event.URL }}

  • 30 April 2024
  • 1 reply
  • 28 views

Badge +3

 I think i might have a problem with my abandoned checkout flow and abandoned cart flow
Can someone explain which URL even should i use in each one?

Customers that have this event {{ event.URL }} are writing it’s not working for them...
And I can see that the click rate is broken ( no body clicked while there are orders related)

 

Please Help!

 

icon

Best answer by Bobby 30 April 2024, 15:40

View original

1 reply

Userlevel 4
Badge +19

Hi @Yoavshaf,

Typically, the Abandoned Browse (Viewed Product-triggered) and Abandoned Cart (Added to Cart-triggered) flows include the {{ event.URL }} variable to dynamically link to the page of the product that was viewed or added to cart.

The Shopify Abandoned Checkout (Started Checkout-triggered) flow typically includes the {{ event.extra.checkout_url}} variable to dynamically link to checkout and repopulate their cart.

Given the name of the flow in your screenshot, my hunch is it should be the latter. This help guide section on how to find event variables should help you confirm the necessary syntax!


Cheers,
Bobby

Reply