Article sections

    As you probably know, we have an App called REVEAL published in the Shopify App Store which gives you the possibility to integrate Omniconvert Explore with your Shopify store and REVEAL, without touching any code file.

    REVEAL is the first Customer Value Optimization Platform which allows you to increase the number of loyal customers, improve Customer Lifetime Value, and maximize profits with automated RFM segmentation and actionable insights for eCommerce businesses. So you might want to check it out :).

    What to do

    The Shopify checkout page is on a different domain than your website so you have to make a small change in the checkout settings.

    Go to Settings -> Checkout -> Additional content & scripts and insert the following code.

    <script>
    (function(m,k,t,z){m[z]=m[z]||[];var f=k.getElementsByTagName(t)[0],j=k.createElement(t);j.async=true;j.src='//d2tgfbvjf3q6hn.cloudfront.net/async/js/CHANGE THIS ID.js';f.parentNode.insertBefore(j,f);})(window,document,'script','_mktz');
    var _mktz = _mktz || [];
    var mktz_custom = '{{ attributes.mktz_custom }}';
    if(mktz_custom != "") {
    _mktz.push(['_Goal','sale','{{ total_price | money_without_currency }}', {{ attributes.mktz_custom }}]);
    }
    </script>

    * don’t forget to change the ID (marked with red) with your website ID. You can find it here.

    Was this post helpful?