MyshopBlocks

From Growth Agency Wiki
Revision as of 10:36, 10 April 2019 by Aaron.trevellick (talk | contribs) (Created page with "= 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 foote...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>