To add Clixtell’s tracking script to a Shopify website, you’ll have to manually add it to the theme’s code.
From your Shopify admin, go to Online Store > Themes.
Click Actions > Edit code.
The code editor shows a directory of theme files on the left, and a space to view and edit the files on the right.
Clixtell’s tracking script should be placed right after the opening <body> tag. Usually, it’s located in the theme.liquid file. After locating the <body> tag, simply paste the code below and click save. All done!
Read more about Shopify theme code editing here.
<!-- Clixtell Tracking Code --> <script type='text/javascript'> var script=document.createElement('script'); var prefix=document.location.protocol; script.async=true;script.type='text/javascript'; var target=prefix + '//scripts.clixtell.com/track.js'; script.src=target;var elem=document.head; elem.appendChild(script); </script> <noscript> <img src='//tracker.clixtell.com/track/t.gif'> </noscript>