Getting Started With Framer
Follow this document to get set up with Framer using Flowgrid.
Install the script to get started tracking
If you're using Framer to build your website, adding the Flowgrid tracking script is super straightforward. Follow these steps:
- Open your project in the Framer editor.
- In the left-hand sidebar, click on the Settings icon.
- Navigate to the Code tab.
- Scroll down to the Custom Code section.
- Paste the following tracking script into the Head section:Custom Head Code
1<script src="https://www.flow-grid.xyz/scripts/track.js" data-site="YOUR_WEBSITE_ID" defer></script>
- Click Publish to apply the changes and go live.
Note:
Make sure to replace YOUR_WEBSITE_ID
with your actual site ID from Flowgrid.
Ensure your Framer domain is added in your Flowgrid dashboard to prevent CORS
issues during data capture.
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.