Shopify
Integrate the CustomerGlu SDK on your Shopify Store with a few clicks...
Last updated
Integrate the CustomerGlu SDK on your Shopify Store with a few clicks...
Last updated
{% comment %}__GLU__CODE__START{% endcomment %}
{% if customer %}
<script type="text/javascript">
window.__GLU__userId = "{{ customer.id }}";
</script>
{% endif %}
<script type="text/javascript">
window.__GLU__writeKey = "<YOUR API KEY>";
</script>
<script type="text/javascript" src="https://assets.customerglu.com/scripts/sdk/v4.6/shopify.js"></script>
{% comment %}__GLU__CODE__END{% endcomment %}