Skip to content

Instantly share code, notes, and snippets.

@bani
Last active August 29, 2015 14:04
Show Gist options
  • Save bani/6bfc5a9f0f27e2915b30 to your computer and use it in GitHub Desktop.
Save bani/6bfc5a9f0f27e2915b30 to your computer and use it in GitHub Desktop.
Add to product.liquid
<script type="text/javascript">
ga('ec:addProduct', {
'id': '{{ product.id }}',
'name': '{{product.title}}',
'category': '{{product.type}}',
'brand': '{{product.vendor}}'
});
ga('ec:setAction', 'detail');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment