Getting Started With Shopify

Follow the steps below to quickly set up Flowgrid with your Shopify store. This guide will walk you through the installation process and help you get started in just a few minutes.

Install the script to get started tracking

  1. Create your new website in your dashboard
  2. In your Shopify admin, navigate to Online StoreThemes.

  3. Click Actions next to your current theme, then select Edit code from the dropdown menu.

  4. Under Layout, click on theme.liquid to open your theme's main layout file.

  5. Paste your <script> preferably in the </head> tag in your theme.liquid file.

liquid
1<script src="https://www.flow-grid.xyz/scripts/track.js" data-site="YOUR_WEBSITE_ID" defer></script>

Note:

Replace YOUR_WEBSITE_ID with your actual website ID.

Make sure that you have added your domain into flowgrid, if not CORS Policies will not allow you to track website traffic.

Verify Your installation now

After adding the script do the following to verify that the installation was successful:

  1. Open your website that you are now tracking in the browser.
  2. Go to your dashboard, click on your website and click the go to website's dashboard to see if the incoming traffic are being tracked.