Hello, I would like to launch a flow to send an email to the users who visited our site but didn't browsed any product.
How can we setup this type of campaign?
Thank you!
Hello, I would like to launch a flow to send an email to the users who visited our site but didn't browsed any product.
How can we setup this type of campaign?
Thank you!
Best answer by alex.hong
Hi there
I do however have a script that you can add to your site that will allow you to track specific page views:
You can swap out the name Viewed Web Page with anything that you'd like.
This will trigger in the same way and the Viewed Product metric, but without the the item information that you get in the viewed product event.
<script>
var _learnq = _learnq || [];
_learnq.push(['account', 'QaHb8U']);
_learnq.push(['track', 'Viewed Web Page', {
'Page Visited' : document.URL }]);
(function () {
var b = document.createElement('script'); b.type = 'text/javascript'; b.async = true;
b.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'a.klaviyo.com/media/js/analytics/analytics.js';
var a = document.getElementsByTagName('script')[0]; a.parentNode.insertBefore(b, a);
})();
</script>
I would consider looking into Creating a Browse Abandonment Flow doc as well as our community posts on similar ideas.
Hope that helped get you started,
Alex
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.