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
Create your new website
in your dashboardIn your Shopify admin, navigate to Online Store → Themes.
Click Actions next to your current theme, then select Edit code from the dropdown menu.
Under Layout, click on
theme.liquid
to open your theme's main layout file.Paste your
<script>
preferably in the</head>
tag in yourtheme.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:
- Open your website that you are now tracking in the browser.
- 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.