MyshopBlocks
Jump to navigation
Jump to search
Tag Manager Installation
in Admin go to settings -> Tracking -> Manage Tracking
and split the GTM code. Put the Script section in the head and the no script in the footer
Conversion Value
in Admin go to settings -> Tracking -> Manage Tracking
In the Conversion Tracking section add:
<script>
var dataLayer = window.dataLayer || [];
dataLayer.push({'order_id' : '{ ORDER_ID }', 'order_value' : '{ ORDER_TOTAL }', 'event' : 'order-submitted'});
</script>