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 websitein 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.liquidto open your theme's main layout file.Paste your
<script>preferably in the</head>tag in yourtheme.liquidfile.
liquid
1<script src="https://core.flow-grid.xyz/flowgrid.js" data-site="YOUR_WEBSITE_ID" data-api-key="YOUR_API_KEY"></script>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 dashboardto see if the incoming traffic are being tracked.