If you own an E-commerce store then you’ll know that once a user adds products to their cart they are extremely like to purchase from you. But often the customer may not follow through with the purchase (for various reasons).
We call this shopping cart abandonment.
The theory is very simple, we need to track users that are visiting your shopping cart, then show a special offer or targeted message as they are about to leave (without purchasing).
How To Implement
This is a very easy set of rules to implement using Gleam Capture. You’ll need to utilise anywhere from 2 to 3 rules depending on how advanced you want to get.
First you’ll need to have a Capture template set up, if you try to exit this page you’ll see our example.
1. Acquisition > Current URL
This rule allows you to trigger the abandonment message when the user has successfully viewed the /cart/ page. The exact URL may be different depending on your CMS, but this ensures that no other users will see the offer unless they hit the specified URL.
2. Triggers > On Exit
This second rule allows you to fire the message when the user is attempting to exit the page. This means that normal users going through the shopping cart won’t see it.
3. Acquisition > Cookie Match
The final rule allows to you to get more advanced based on your own Cookie settings. For example you may set a cookie to know the difference between someone who has purchased already or not, or you may set a cookie when a user reaches the second step of the cart so that the popup doesn’t show.
You can test our example offer by trying to leave this page so you can get a feel for the flow.
Enjoy!
Keep On Growing ☺