Shopify integration

From ClickTale Wiki
Jump to: navigation, search
ClickTale Wiki
The instructions on this page are intended for self service and online accounts.
Enterprise customers should contact their account managers for integration support.

Jamie from Charleston Creative created this method for getting ClickTale to work on shopify pages.

You need to have your two part ClickTale tracking code. If you only want this for the index page then your code should look something like this:

{% if template == 'index' %}
<!-- ClickTale Top part -->
{% endif %}
 
</head>
<body>
 
SITE CONTENT
 
{% if template == 'index' %}
<!-- ClickTale Bottom part -->
{% endif %}
 
</body>
</html>

Read more on the original forum post.

Personal tools