> For the complete documentation index, see [llms.txt](https://docs.customerglu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.customerglu.com/sdk/shopify.md).

# Shopify

Integrate the CustomerGlu SDK on your Shopify Store with a few clicks...

1. Log in to your Shopify Store Admin Panel

![](https://1004846827-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0ahLW2WavtwcwNbSR9%2Fuploads%2FPIGkq6r5vM3DWIwg7EGM%2Fimage.png?alt=media\&token=839d152a-4bac-4842-8449-1aeacd4319be)

&#x20; 2\. Select Online Store->Themes

![](https://1004846827-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0ahLW2WavtwcwNbSR9%2Fuploads%2FzPkcgvWo6Pijph5L6v81%2Fimage.png?alt=media\&token=9fb91a46-655e-4623-9c39-fbafed34e1d3)

3\. Select Actions->Edit Code

![](https://1004846827-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0ahLW2WavtwcwNbSR9%2Fuploads%2FitlD7UT6vGttNJgHxtnn%2Fimage.png?alt=media\&token=39fdccd4-f379-4e8b-b4d3-7eab2b7bf850)

4\. In the `theme.liquid` file, paste the code snippet given below, just before the `</body>` tag

&#x20;  :warning: Replace the value of "window.\_\_GLU\_\_writeKey" with your API KEY

```
    {% 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 %}
```

![](https://1004846827-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0ahLW2WavtwcwNbSR9%2Fuploads%2FTnQxlsI26f2BYCeHKxAa%2Fimage.png?alt=media\&token=131489f3-e0ff-4e0e-909f-641acde30992)

5\. Save the file

![](https://1004846827-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0ahLW2WavtwcwNbSR9%2Fuploads%2FcSTSFWSFJTiODiooYgAV%2FScreenshot%202022-03-16%20at%202.47.23%20AM.png?alt=media\&token=c4b3d6c7-3be0-4321-add5-03f2ef6d7ce5)

6\. Viola! You're all set!

Here's a video walkthrough of the process:

{% embed url="<https://youtu.be/4XtleYBRv-4>" %}
