The Exit Intent popup reacts when a visitor tries to leave your webshop. It pops up and displays interesting products, possibly converting a leaving visitor to a buying customer.
Setup
The setup is 4 steps:
- Make a new of Website Content in my.clerk.io
- Choose the right logic for it - We suggest "Visitor Recommendations".
- From Insert into website, copy the provided embedkode to the bottom of your webshops code, so its inserted to all pages.
- Add: data-exit-intent="true" to the embed code you just placed. Like so:
Example of embed code
<span class="clerk"
data-template="@exit-intent"
data-exit-intent="true">
</span>
Now you should have the exit intent pop-up when anyone tries to leave the page.
Remember to style your content in Designs at my.clerk.io
All recommendations containing the data-exit-intent="true" will trigger the exit intent pop up.